We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino board: Adafruit ESP32-S3 Reverse TFT Feather
Arduino IDE version (found in Arduino -> About Arduino menu):
Version: 2.2.1 Date: 2023-08-31T14:16:33.536Z CLI Version: 0.34.0 core esp23: 3.0.0-alpha
currently the library has a datatype that is to small to handle more than 255 LEDS. each TLC59711 has 4 LEDs: so max 63 are supported currently.
i have much more TLCs (if i remember correctly about 168 TLCs)
it is a simple fix. i will prepare a pr.
The text was updated successfully, but these errors were encountered:
fix adafruit#24
f11d403
setLED
Successfully merging a pull request may close this issue.
Arduino board: Adafruit ESP32-S3 Reverse TFT Feather
Arduino IDE version (found in Arduino -> About Arduino menu):
use more than 63 TLC59711 devices.
currently the library has a datatype that is to small to handle more than 255 LEDS.
each TLC59711 has 4 LEDs: so max 63 are supported currently.
i have much more TLCs
(if i remember correctly about 168 TLCs)
it is a simple fix.
i will prepare a pr.
The text was updated successfully, but these errors were encountered: