https://github.com/rpardini/lc8823-spi-demo
A very simple LC8823 SPI (/dev/spidevX.Y) demo, mostly copied from apa102-pi
https://github.com/rpardini/lc8823-spi-demo
Last synced: over 1 year ago
JSON representation
A very simple LC8823 SPI (/dev/spidevX.Y) demo, mostly copied from apa102-pi
- Host: GitHub
- URL: https://github.com/rpardini/lc8823-spi-demo
- Owner: rpardini
- Created: 2022-05-24T20:12:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T18:27:06.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T16:29:33.232Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LC8823 via HW SPI demo
- I took https://github.com/tinue/apa102-pi, stripped it of deps, made it a single blob, added some cmd line params.
```bash
sudo apt-get install -y python3-dev
sudo pip3 install --upgrade spidev
git clone # this
sudo python3 lc8823.py
```