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

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

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
------------