An open API service indexing awesome lists of open source software.

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.

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