Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rekosk/rekosk_fourdigits_7segments_74hc595
- Owner: RekoSK
- Created: 2024-09-18T13:27:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:31:32.000Z (4 months ago)
- Last Synced: 2024-11-29T06:27:12.872Z (about 1 month ago)
- Topics: arduino, arduino-ide, arduino-ide-library, arduino-library, arduino-uno, cpp, esp32, esp8266, esp8266-arduino
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...