Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 637 Bytes

This project is a python adaption of PWLP and more details of Tommy's project can be found in this blog post.

To run:

sudo python3.7 server.py

Dependencies:

  • RPi WS281x (python3.7 -m pip install rpi_ws281x)
  • Adafruit-CircuitPython-NeoPixel (python3.7 -m pip install adafruit-circuitpython-neopixel)

Notes:

Todo:

  • fix so only one open process is created, rather than many subprocesses