.. | ||
.vscode | ||
src | ||
.clang-format | ||
.gitignore | ||
main.py | ||
Makefile | ||
README.md | ||
sgdb.sh |
RpiLedBars
LedBars version for raspberry pi
contains :
- a python test program (main.py)
- a C program using :
- ws2812 with dma/smi from Jeremy P Bentham - https://iosoft.blog/category/neopixel/
- artnet from Stephan Ruloff - https://github.com/rstephan/ArtnetnodeWifi
biblio:
- Art-Net
- Protocol Spec :
- ESP32 library from Stephan Ruloff - https://github.com/rstephan/ArtnetnodeWifi
- ws28** rgb leds
- ws2812 datasheet - https://cdn-shop.adafruit.com/datasheets/WS2812.pdf
- ws2815 datasheet - https://pdf1.alldatasheet.com/datasheet-pdf/view/1134588/WORLDSEMI/WS2815B.html
- ws2812 with dma/smi from Jeremy P Bentham :