Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Warringer/micropython-rgbled
This wrapper module aims to reduce the work needed to work with NeoPixel (WS2812) and DotStar (APA102) RGB LED strips and matrixes.
https://github.com/Warringer/micropython-rgbled
Last synced: 3 months ago
JSON representation
This wrapper module aims to reduce the work needed to work with NeoPixel (WS2812) and DotStar (APA102) RGB LED strips and matrixes.
- Host: GitHub
- URL: https://github.com/Warringer/micropython-rgbled
- Owner: Warringer
- License: gpl-3.0
- Created: 2019-08-10T22:21:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T09:26:44.000Z (about 5 years ago)
- Last Synced: 2024-04-22T12:34:38.747Z (7 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-rgbled - This wrapper module aims to reduce the work needed to work with NeoPixel (WS2812) and DotStar (APA102) RGB LED strips and matrixes. (Libraries / Display)
README
# RgbLed A driver agnostic wrapper for MicroPython
This wrapper module aims to reduce the work needed to work with NeoPixel (WS2812) and DotStar (APA102) RGB LED strips and matrixes.
This module was developed with the ESP8266, but should work on other MicroPython capable boards.