mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
This reverts commit 9ecead2645
.
This commit is contained in:
parent
d0eaebe19f
commit
95ed3e9d46
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const uint8_t TM1637_ASCII_TO_RAW[] PROGMEM = {
|
|||
0b01011111, // '6', ord 0x36
|
||||
0b01110000, // '7', ord 0x37
|
||||
0b01111111, // '8', ord 0x38
|
||||
0b01111011, // '9', ord 0x39
|
||||
0b01110011, // '9', ord 0x39
|
||||
0b01001000, // ':', ord 0x3A
|
||||
0b01011000, // ';', ord 0x3B
|
||||
TM1637_UNKNOWN_CHAR, // '<', ord 0x3C
|
||||
|
|
Loading…
Reference in a new issue