ESPHome
2024.10.2
|
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::tm1621 | |
Enumerations | |
enum | esphome::tm1621::Tm1621Device { esphome::tm1621::TM1621_USER, esphome::tm1621::TM1621_POWR316D, esphome::tm1621::TM1621_THR316D } |
Variables | |
const uint8_t | esphome::tm1621::TM1621_PULSE_WIDTH = 10 |
const uint8_t | esphome::tm1621::TM1621_SYS_EN = 0x01 |
const uint8_t | esphome::tm1621::TM1621_LCD_ON = 0x03 |
const uint8_t | esphome::tm1621::TM1621_TIMER_DIS = 0x04 |
const uint8_t | esphome::tm1621::TM1621_WDT_DIS = 0x05 |
const uint8_t | esphome::tm1621::TM1621_TONE_OFF = 0x08 |
const uint8_t | esphome::tm1621::TM1621_BIAS = 0x29 |
const uint8_t | esphome::tm1621::TM1621_IRQ_DIS = 0x80 |
const uint8_t | esphome::tm1621::TM1621_COMMANDS [] |
const char TM1621_KCHAR [] | esphome::tm1621::PROGMEM = {"0|1|2|3|4|5|6|7|8|9|-| "} |
const uint8_t | esphome::tm1621::TM1621_DIGIT_ROW [2][12] |