https://github.com/pinpox/led_display
Homemade serial-controlled LED-display using an arduino to control a strip of addressable LEDs.
https://github.com/pinpox/led_display
arduino c led led-controller microcontroller ruby serial
Last synced: about 1 month ago
JSON representation
Homemade serial-controlled LED-display using an arduino to control a strip of addressable LEDs.
- Host: GitHub
- URL: https://github.com/pinpox/led_display
- Owner: pinpox
- License: gpl-2.0
- Created: 2017-06-21T13:29:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T13:41:15.000Z (almost 9 years ago)
- Last Synced: 2025-10-16T23:44:52.239Z (8 months ago)
- Topics: arduino, c, led, led-controller, microcontroller, ruby, serial
- Language: Makefile
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homemade serial-controlled LED-display
Homemade serial-controlled LED-display using an arduino to control a strip of addressable LEDs.
The arduino is used as server and controlled via serial. It does not create any images by itself, just display the information send via the serial port.
The client part is a ruby-script that can send images to the server to be displayed.
It can be used to display images (.jpg, .png) at the moment and may be exteneded to other formats like animated gifs.