Skip to content

Commit 277dff2

Browse files
authored
Added some notes and links
1 parent 11eb449 commit 277dff2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The TM16xx chip family by Titan Micro allows driving LED displays or LED matrice
77
Next to built-in high-frequency LED multiplexing, they offer control of LED brightness.
88
Most TM16xx chips also support reading key-scan data for button presses.
99
Using this library you can simply use print() on a 7-segment or 14-segment displays or use Adafruit GFX on a LED matrix.
10-
Currently this library supports more than 25 [different TM16xx chips](#tm16xx-chip-features) in various configurations; such as the TM1616, TM1618, TM1620, TM1628, TM1630, TM1637, TM1638, TM1640, TM1650 and TM1652.
10+
Currently this library supports more than 25 [different TM16xx chips](#tm16xx-chip-features) in various configurations; such as the TM1616, TM1618, TM1620, TM1628, TM1630, TM1637, TM1638, TM1640, TM1650 and TM1652.
11+
For a quick look hit the play button in this [LIVE DEMO](https://wokwi.com/projects/424388671069721601) on Wokwi.
1112

1213
Made by Maxint R&D. See https://github.com/maxint-rd/
1314

@@ -138,7 +139,7 @@ void loop() {
138139
}
139140
```
140141
If you want you can combine multiple modules into a single TM16xxDisplay object. When combined print() and println() will use all available digits to print the string.
141-
See [TM16xxDisplay.h](/src/TM16xxDisplay.h) for the provided methods.
142+
See [TM16xxDisplay class reference](https://github.com/maxint-rd/TM16xx/wiki/TM16xxDisplay-class-reference) for the provided methods.
142143
143144
## TM16xxMatrix class
144145
The _TM16xxMatrix_ class provides basic methods for using a single LED-matrix module. For more advanced graphics use the [_TM16xxMatrixGFX_](#tm16xxmatrixgfx-class) class. To use the _TM16xxMatrix_ class on top of the base class, all you need to do is instantiate it, refering to the chip specific class:
@@ -264,6 +265,7 @@ Added library functionality:
264265
- Support for TM1616 (suggested by @NickLplus)
265266
- Support for TM1618 with 8x4 common cathode or 7x5 common anode displays (suggested by @ArnieO).
266267
- Support for TM1620 (thanks @eddwhite)
268+
- Support for TM1623, TM1624 (tested derivement of TM16xxIC) - can be used in 11 x 7 - 14 x 4 display modes.
267269
- Support for TM1628. Note: TM1628 can be used in 10x7 - 13x4 display modes.
268270
- Support for TM1630 (thanks @tokuhira)
269271
- Support for TM1637. Note: TM1637 does not support simultaneous button presses.

0 commit comments

Comments
 (0)