summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/scripts/apa102.py
Commit message (Collapse)AuthorAge
* esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code.Radomir Dopieralski2016-10-25
| | | | | | The NeoPixel class now handles 4 bytes-per-pixel LEDs (extra byte is intensity) and arbitrary byte ordering. APA102 class is now derived from NeoPixel to reduce code size and support fill() operation.
* esp8266: Add APA102 serial individually controllable LEDs support.misterdanb2016-05-19
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".