Skip to content

coredump-ch/sevensegment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7 Segment Display

Lots of things can be displayed on a 7 segment display. Originally our model was built for an "8 bit bar" where we piled up a lot of old TVs and hardware as the "backdrop" for a bar at a student party.

The project uses an Arduino Nano, a MAX7219 and eight big 7 segment modules. To control the MAX7219, we use Arduino's official LedControl library.

Photo of the Display

Compile & Flash

git submodule init
git submodule update
cd arduino
make upload

About

7 segment display with 8 characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.4%
  • Python 31.1%
  • C 4.7%
  • Makefile 1.8%