https://github.com/mic159/tm1638plus
Arduino library for TM1638 with animation support
https://github.com/mic159/tm1638plus
Last synced: 9 months ago
JSON representation
Arduino library for TM1638 with animation support
- Host: GitHub
- URL: https://github.com/mic159/tm1638plus
- Owner: mic159
- Created: 2012-07-09T22:37:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-11T11:45:40.000Z (almost 13 years ago)
- Last Synced: 2025-02-05T08:50:40.867Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
TM1638Plus library
--------------
_CONEJO
Email: conejo@theninjabunny.com
URL:
A library for interacting an arduino with a TM1638.
Based on the work of Ricardo Batista (http://code.google.com/p/tm1638-library/)
Includes:
- Helper methods for displaying numbers in decimal, hexadecimal and binary;
- Support for multiple chained tm1638;
- Reading simultaneous button presses;
- Support for dimming the display and LEDs;
- Support for writing text.
See: TM1638 Display/LED module at http://www.dealextreme.com/p/81873?r=68099021
USAGE NOTES
-----------
Just put the files on a TM1638Plus directory under "arduino/libraries" on your instalation
PROJECT HOME
------------