|
ESPHome 2025.12.0-dev
|
Data Structures | |
| class | TM1621Display |
Typedefs | |
| using | tm1621_writer_t = display::DisplayWriter<TM1621Display> |
Enumerations | |
| enum | Tm1621Device { TM1621_USER , TM1621_POWR316D , TM1621_THR316D } |
Variables | |
| const uint8_t | TM1621_PULSE_WIDTH = 10 |
| const uint8_t | TM1621_SYS_EN = 0x01 |
| const uint8_t | TM1621_LCD_ON = 0x03 |
| const uint8_t | TM1621_TIMER_DIS = 0x04 |
| const uint8_t | TM1621_WDT_DIS = 0x05 |
| const uint8_t | TM1621_TONE_OFF = 0x08 |
| const uint8_t | TM1621_BIAS = 0x29 |
| const uint8_t | TM1621_IRQ_DIS = 0x80 |
| const uint8_t | TM1621_COMMANDS [] |
| const char TM1621_KCHAR[] | PROGMEM = {"0|1|2|3|4|5|6|7|8|9|-| "} |
| const uint8_t | TM1621_DIGIT_ROW [2][12] |
| Enumerator | |
|---|---|
| TM1621_USER | |
| TM1621_POWR316D | |
| TM1621_THR316D | |
Definition at line 21 of file tm1621.cpp.
| const char TM1621_KCHAR [] esphome::tm1621::PROGMEM = {"0|1|2|3|4|5|6|7|8|9|-| "} |
Definition at line 26 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_BIAS = 0x29 |
Definition at line 18 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_COMMANDS[] |
Definition at line 23 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_DIGIT_ROW[2][12] |
Definition at line 28 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_IRQ_DIS = 0x80 |
Definition at line 19 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_LCD_ON = 0x03 |
Definition at line 14 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_PULSE_WIDTH = 10 |
Definition at line 11 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_SYS_EN = 0x01 |
Definition at line 13 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_TIMER_DIS = 0x04 |
Definition at line 15 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_TONE_OFF = 0x08 |
Definition at line 17 of file tm1621.cpp.
| const uint8_t esphome::tm1621::TM1621_WDT_DIS = 0x05 |
Definition at line 16 of file tm1621.cpp.