Skip to content

metelkin/NumDisplay.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumDisplay

Raspberry Pi package for controlling the 7-segment numeric displays written in Julia.

GitHub issues GitHub license Documentation

4-digit-display

Approaches

  • Direct method does not use any chips transforming input but it requires more GPIO pins. See DisplayDirect.
  • BCD is a Binary-Coded Decimal chip which can be used to manage display with several digits. See DisplayBCD.
  • SPI uses MAX7219/MAX7221 chip to control up to 8 digits 7-segment displays. See DisplaySPI.

More info

Read the docs.

License

Published under MIT License

Useful links

Releases

No releases published

Packages

No packages published

Languages