https://github.com/bawey/raspi-leds
A little code to control a specific LED strip with the neopixel library
https://github.com/bawey/raspi-leds
led raspberry-pi
Last synced: 5 months ago
JSON representation
A little code to control a specific LED strip with the neopixel library
- Host: GitHub
- URL: https://github.com/bawey/raspi-leds
- Owner: bawey
- Created: 2024-09-01T21:48:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T13:05:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:45:01.672Z (about 1 year ago)
- Topics: led, raspberry-pi
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raspi-leds
Bought [this LED strip](https://shop.pimoroni.com/products/10m-addressable-rgb-led-star-wire?variant=41375620530259),
used [this library](https://docs.circuitpython.org/projects/neopixel/en/6.3.11/),
followed [these steps to run sudo-less](https://docs.circuitpython.org/projects/neopixel/en/6.3.11/#setup-for-sudo-less-usage-on-raspberry-pi-boards).
Works fine [plugged directly](https://learn.adafruit.com/neopixels-on-raspberry-pi/raspberry-pi-wiring#) to Raspberry Pi 3 (no level shifting).