Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-12 | esp8266/scripts: Move drivers/modules to modules/ (frozen bytecode). | Paul Sokolovsky | |
2016-10-25 | esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code. | Radomir Dopieralski | |
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. | |||
2016-05-19 | esp8266: Add APA102 serial individually controllable LEDs support. | misterdanb | |
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel". |