mirror of https://github.com/arendst/Tasmota.git
10 lines
822 B
INI
10 lines
822 B
INI
name=SevenSegmentTM1637
|
|
version=1.1.0
|
|
author=Bram Harmsen <bramharmsen@gmail.com>
|
|
maintainer=Bram Harmsen <bramharmsen@gmail.com>
|
|
sentence=Library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC
|
|
paragraph=Extensive library for controlling a 4 digit seven segment display. This library inherent the Print class and uses the LCDAPI 1.0. For example you can use all normal Print methods like: print() and println(). From the LCDAPI among others begin(), clear(), home(), setCursor() and setBacklight() are implementend. On top of these regular functionality a segerate fun class which adds more features can be used. For example a bombtimer(), nightrider() and bouncingBall() method can be used when using the fun class.
|
|
category=Display
|
|
url=https://github.com/bremme/arduino-tm1637
|
|
architectures=*
|