Michael Miller
Michael Miller
I also don't know esphome. Have you asked there if there is a way to include Arduino libraries? @Surgikill In the compiler output, what errors are you getting? Also include...
ESPHome requires the framework Arduino for their use of my Library it looks like. Again, not a ESPHome person, so talking with them first is the way to go.
Interesting that I have the spec sheet (in chinese) but I didn't see support for it yet. I did see TM1814 & TM1914 but they are not compatible. I will...
**Do you actually have some of these?** **If you don't**, I would avoid them if you can. The first color element of pixel cannot be 255, not that this complete...
The TM1814 is similar. There is a NeoTm1814Settings that you instance and make calls to set the current need for each of the color elements and then call `strip.SetPixelSettings(settings)` with...
(I suspect I was planning on adding this at some point since I supported the TM1814 and TM1914 and I already had the spec in my doc folder)
TM1906 Spec states "each chip has 4 sets of RGB"; or 12 PWM outputs. This sounds like the FW1906 is different. I just searched around and yes, they are not...
@BLeibbrand Note the title of this issue, it's about TM1906 not the FW1906. They are very different chips. I mentioned above that I separated the issue for FW1906 and you...
NOTE: Shift registers require three pins: data, clock, and latch. If more than one external shift register is used, then they can reuse the clock and latch between them; but...
Actually, I think the clock is separate as I2S supports not only the data lines, but also a clock and word select pins. But it does look like the latch...