初始化提交
This commit is contained in:
30
arduino-cli/libraries/TM1650/README.md
Normal file
30
arduino-cli/libraries/TM1650/README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# TM1650
|
||||
|
||||
### 7 segment display driver for JY-MCU module based on TM1650 chip
|
||||
|
||||
##### Copyright (c) 2015 Anatoli Arkhipenko
|
||||
|
||||
[](https://www.ardu-badge.com/TM1650)
|
||||
|
||||
|
||||
|
||||
###### Changelog:
|
||||
|
||||
v1.0.0:
|
||||
|
||||
- 2015-02-24 - Initial release
|
||||
|
||||
v1.0.1:
|
||||
|
||||
- 2015-04-27 - Added support of program memery (PROGMEM) to store the ASCII to Segment Code table
|
||||
|
||||
v1.0.2
|
||||
|
||||
- 2015-08-08 - Added check if panel is connected during init. All calls will be disabled is panel was not connected during init.
|
||||
|
||||
v1.1.0:
|
||||
|
||||
- 2015-12-20 - Code clean up. Moved to a single header file. Added Gradual brightness method
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user