https://github.com/victornpb/display7
Arduino example code to drive a 7-segments display, from a bitmap array.
https://github.com/victornpb/display7
7-segment arduino-sketch cpp firmware
Last synced: 6 months ago
JSON representation
Arduino example code to drive a 7-segments display, from a bitmap array.
- Host: GitHub
- URL: https://github.com/victornpb/display7
- Owner: victornpb
- License: mit
- Created: 2014-11-19T00:02:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T19:46:17.000Z (about 6 years ago)
- Last Synced: 2025-02-09T03:26:28.245Z (8 months ago)
- Topics: 7-segment, arduino-sketch, cpp, firmware
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
display7
========Arduino example code to drive a 7-segments display, from a bitmap array.
http://blog.vitim.us/2014/11/character-generator-for-7-segments.html
# Other related stuff
#### Generate the 7segment characters and animations
https://github.com/victornpb/7segments#### Sketch example for running the generated code
https://github.com/victornpb/display7#### Arduino sketch that provides multiplexing for a single or multiple 7 segments displays without extra hardware
https://github.com/victornpb/ledDisp