|
ESPHome 2025.12.0-dev
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::tm1637 |
Variables | |
| const uint8_t | esphome::tm1637::TM1637_CMD_DATA = 0x40 |
| Display data command. | |
| const uint8_t | esphome::tm1637::TM1637_CMD_CTRL = 0x80 |
| Display control command. | |
| const uint8_t | esphome::tm1637::TM1637_CMD_ADDR = 0xc0 |
| Display address command. | |
| const uint8_t | esphome::tm1637::TM1637_UNKNOWN_CHAR = 0b11111111 |
| const uint8_t | esphome::tm1637::TM1637_DATA_WRITE = 0x00 |
| Write data. | |
| const uint8_t | esphome::tm1637::TM1637_DATA_READ_KEYS = 0x02 |
| Read keys. | |
| const uint8_t | esphome::tm1637::TM1637_DATA_AUTO_INC_ADDR = 0x00 |
| Auto increment address. | |
| const uint8_t | esphome::tm1637::TM1637_DATA_FIXED_ADDR = 0x04 |
| Fixed address. | |
| const uint8_t TM1637_ASCII_TO_RAW[] | esphome::tm1637::PROGMEM |