https://github.com/platypew/arduino-7-segment-display-magic
7 Segment display thingamajig
https://github.com/platypew/arduino-7-segment-display-magic
Last synced: 3 months ago
JSON representation
7 Segment display thingamajig
- Host: GitHub
- URL: https://github.com/platypew/arduino-7-segment-display-magic
- Owner: PlatyPew
- Created: 2017-03-29T09:42:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T14:59:18.000Z (about 8 years ago)
- Last Synced: 2025-01-08T10:45:08.497Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 7 segment display
Just magic (I'm using an arduino uno)Pin numbers of the LED display start from the bottom left and work it's way anti-clockwise
# How to use the thing
`sudo python word_gen.py; sudo ./upload.sh`# Stuff to change
In the Makefile, you need the change the `ARDUINO_PORT` to something else: https://github.com/PlatyPooper/Arduino-7-segment-display-magic/blob/master/Makefile#L2To know which port to use, you can try using `dmesg`
(If you're on windows, well... figure it out yourself)