Skip to content

TM1914 #778

Answered by Makuna
bigdingoTECH asked this question in Q&A
Mar 8, 2024 · 2 comments
Discussion options

You must be logged in to vote

Just use the NeoPixelTest example, modify it just a little.

Use the specific TM1914 features NeoRgbTm1914Feature or NeoGrbTm1914Feature. If you need other color orders just create an issue, they are simple to add.

Use the specific TM1914 method NeoTm1914Method or if you have an external inverting circuit (often for level adjustment) then NeoTm1914InvertedMethod. Note that all the normal ESP32 specific variants are available like NeoEsp32I2s0Tm1914Method and NeoEsp32RmtNTm1914Method and even the ESp32 parallel modes like NeoEsp32I2s1X8Tm1914Method.

And make sure to call the strip.SetPixelSettings(NeoTm1914Settings()) once before your first call to Show()

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Makuna
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants