mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 10:51:10 +02: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.