Reputation: 31
i want to use some TLC5940 ICs with the ESP32 but i can't find a library that supports the combination. I used this library for my early testing with an Arduino Nano but it doesnt support the ESP32 out of the Box.
I know there are configuration files for diffrent micro controllers but i dont know how to change them to work with an ESP32.
Does somebody know how i can modify the library to work with ESP32 or does somebody has an other library that will work with the ESP32?
Upvotes: 3
Views: 1424
Reputation: 198
I'm not sure about why don't work with esp32, it's wired. in any case the library from tensy daddy (Paul Stoffregen) for this IC is marked for support ESP32.
this is the link:
https://github.com/PaulStoffTlc5940%20by%20Paul%20Stoffregenregen/Tlc5940
if can be usefull i've tried also the TLC5947 with adafruit library, the IC has very similar characteristics and works well with ESP32.
link:
https://learn.adafruit.com/tlc5947-tlc59711-pwm-led-driver-breakout/downloads-and-links
Upvotes: 2