ESPHome  2024.4.0
Namespaces | Variables
tm1637.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::tm1637
 

Variables

const uint8_t esphome::tm1637::TM1637_CMD_DATA = 0x40
 Display data command. More...
 
const uint8_t esphome::tm1637::TM1637_CMD_CTRL = 0x80
 Display control command. More...
 
const uint8_t esphome::tm1637::TM1637_CMD_ADDR = 0xc0
 Display address command. More...
 
const uint8_t esphome::tm1637::TM1637_UNKNOWN_CHAR = 0b11111111
 
const uint8_t esphome::tm1637::TM1637_DATA_WRITE = 0x00
 Write data. More...
 
const uint8_t esphome::tm1637::TM1637_DATA_READ_KEYS = 0x02
 Read keys. More...
 
const uint8_t esphome::tm1637::TM1637_DATA_AUTO_INC_ADDR = 0x00
 Auto increment address. More...
 
const uint8_t esphome::tm1637::TM1637_DATA_FIXED_ADDR = 0x04
 Fixed address. More...
 
const uint8_t TM1637_ASCII_TO_RAW [] esphome::tm1637::PROGMEM