TM16xx icon indicating copy to clipboard operation
TM16xx copied to clipboard

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.

Results 25 TM16xx issues
Sort by recently updated
recently updated
newest added

Will this code work with TM1624 led driver?

enhancement

I am a TM1629 with Buttons 8 x 4 Multi and Segments x Digit is 8 x16 and Interface : DIO/CLK/STB : https://datasheet.lcsc.com/lcsc/2010151506_TM-Shenzhen-Titan-Micro-Elec-TM1629-LQFP44_C19759.pdf Does your library not reference this module?...

enhancement

I am testing this library by running the TM16xxButtons_clicks.ino example. I was expecting the Button numbers to be reported as either 0 thru 7, or 1 thru 8. However this...

question

More TM1638 libraries I've seen have functions to drive the row of discrete LEDs that are along the top of the board. I don't see an equivalent in this library....

question

#if(TM16XX_OPT_COMBIDISPLAY) condition reversed in functions: M16xxDisplay::setIntensity (line105), and TM16xxDisplay::clear (line 203). i.e. it refer to _aModules[I] when TM16XX_OPT_COMBIDISPLAY set to 0

bug
good first issue

I tried using RP2040 to drive TM1652, but the example would crash and Windows would prompt an unrecognized USB devices. But I can use hardware serial to driven TM1652, just...

bug
enhancement
good first issue

Hello, this is not an issue, but a message to report the usage of TM16xx library on a device. The **Xiaomi XIAO AI Smart Alarm Clock** (product code: zimi.clock.myk01) features...

good first issue

Trying to do it with a RPi Pico but lack of luck 😢 TM1640 pinouts are like this: ![image](https://user-images.githubusercontent.com/519733/225959174-fbbaa277-d65a-4aa9-8a35-ea4c6f927902.png)

help wanted
question

TM16XX and DS1302 their pin definitions are very similar, so I connect their pins together to do use. The DS1302 also uses pinMode() to change the GPIO settings, so I...

enhancement

Display and button functions are normal [TM1620B_ETC.pdf](https://github.com/maxint-rd/TM16xx/files/10833140/TM1620B_ETC.pdf)

enhancement