You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mm
600c71caa6
|
3 years ago | |
---|---|---|
.. | ||
examples | 3 years ago | |
.DS_Store | 3 years ago | |
CHANGES.txt | 3 years ago | |
InvertedTM1638.cpp | 3 years ago | |
InvertedTM1638.h | 3 years ago | |
README.txt | 3 years ago | |
TM16XX.cpp | 3 years ago | |
TM16XX.h | 3 years ago | |
TM16XXFonts.h | 3 years ago | |
TM1638.cpp | 3 years ago | |
TM1638.h | 3 years ago | |
TM1638QYF.cpp | 3 years ago | |
TM1638QYF.h | 3 years ago | |
TM1638en.pdf | 3 years ago | |
TM1640.cpp | 3 years ago | |
TM1640.h | 3 years ago | |
keywords.txt | 3 years ago |
README.txt
TM1638 library
--------------
Ricardo Batista
Email: rjbatista(at)gmail.com
URL: https://github.com/rjbatista/tm1638-library/
A library for interacting an arduino with a TM1638/TM1640.
Includes:
- Support for the TM1638 and TM1640;
- Support for common anode TM1638 module;
- 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;
- Support for module in inverted position.
See: TM1638 Display/LED module at http://www.dealextreme.com/p/81873?r=68099021
See: TM1640 Display module at http://www.dealextreme.com/p/104311?r=68099021
USAGE NOTES
-----------
Just put the files on a TM1638 directory under "arduino/libraries" on your arduino IDE instalation
PROJECT HOME
------------
https://github.com/rjbatista/tm1638-library/