Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.32k stars 3.05k forks source link

TM1914 Chip Support #1606

Open luminxa opened 3 years ago

luminxa commented 3 years ago

I thought I ordered sk6812 but turns out its tm1914 chip.. any support for this? tried it with wled and not working when wrgb option clicked

Def3nder commented 3 years ago

Hi @luminxa, I think you will be out-of-luck with this chipset as there is no support for the TM1914 in the FastLED library... ...no does the NeoPixel Brightness Bus library support this.

(the protocol seems to be "inverted" and not that easy to handle).

So you better order a SK6812 ...

oraclesod commented 3 years ago

Comparing the datasheet from the TM1814 and TM1914, they are very similar, both are inverted too... Different OUT PWM output frequencies and Propagation delay times...

Would anyone be able to make the changes to allow the TM1914 ? I've attached its datasheet, but im not very good at coding so not sure ill be able to do this myself :(

TM1914A_V1.1_EN.pdf