Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.33 KB

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