Skip to content
New issue

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

fix setLED to allow for more than 63 TLC59711 devices #24

Open
s-light opened this issue Dec 7, 2023 · 0 comments · May be fixed by #25
Open

fix setLED to allow for more than 63 TLC59711 devices #24

s-light opened this issue Dec 7, 2023 · 0 comments · May be fixed by #25

Comments

@s-light
Copy link

s-light commented Dec 7, 2023

Version: 2.2.1
Date: 2023-08-31T14:16:33.536Z
CLI Version: 0.34.0
core esp23: 3.0.0-alpha
  • List the steps to reproduce the problem below:
    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
sun
(if i remember correctly about 168 TLCs)

it is a simple fix.
i will prepare a pr.

s-light added a commit to s-light/Adafruit_TLC59711 that referenced this issue Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant