Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rekosk/rekosk_fourdigits_7segments_74hc595

An Arduino Library for 74HC595 4 digit 7 segment display
https://github.com/rekosk/rekosk_fourdigits_7segments_74hc595

arduino arduino-ide arduino-ide-library arduino-library arduino-uno cpp esp32 esp8266 esp8266-arduino

Last synced: about 1 month ago
JSON representation

An Arduino Library for 74HC595 4 digit 7 segment display

Awesome Lists containing this project

README

        

![alt text](https://techfun.sk/wp-content/uploads/2022/05/c-11.jpg)
# An Arduino Library for 74HC595 4 digit 7 segments display by RekoSK
Easy-to-use library to make this display work.

### Features:
- 3 examples
- Printing any number from -999 to 999 on display,
- Precreated function for printing out any number,
- Segment toogle (on/off)

### Storage usage:
It's not the most optimized library, but hey, it makes the job done.
Library uses (+-)1200bytes of flash and 14 bytes of SRAM.
I'm planning to make this library more light weight in future...