It's not necessary to send a reset pulse after sending the RGB data since the first thing that a new transmission does is sending the long reset pulse. I have left 1 reset byte after the RGB data to keep some padding given that the bits inside the byte are shifted by 1 bit although I think it wouldn't be necessary either. But just in case. This reduces the memory usage (you can easily save 60 bytes) and increases the maximum refresh rate. |
||
|---|---|---|
| .. | ||
| apa102.c | ||
| Kconfig | ||
| Make.defs | ||
| max7219.c | ||
| ncp5623c.c | ||
| pca9635pw.c | ||
| rgbled.c | ||
| userled_lower.c | ||
| userled_upper.c | ||
| ws2812.c | ||