maxint-rd / TM16xx

Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.
164 stars 34 forks source link

Added support for TM1630 #14

Closed tokuhira closed 3 years ago

tokuhira commented 3 years ago

Tested with Arduino Uno and M5Atom Lite

maxint-rd commented 3 years ago

Excellent. Thank you for your contribution! As I don't have a TM1630 to test your addition, I only had a brief look at your code. Visually it all looks fine to me. When I have time I will also see if it compiles.

maxint-rd commented 3 years ago

FYI: it compiles without any issues (tested in Arduino IDE v1.8.12)