mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
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.