|
ESPHome 2025.12.0-dev
|
Go to the source code of this file.
Data Structures | |
| class | esphome::mipi_dsi::MIPI_DSI |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::mipi_dsi |
Variables | |
| const uint8_t | esphome::mipi_dsi::SW_RESET_CMD = 0x01 |
| const uint8_t | esphome::mipi_dsi::SLEEP_OUT = 0x11 |
| const uint8_t | esphome::mipi_dsi::SDIR_CMD = 0xC7 |
| const uint8_t | esphome::mipi_dsi::MADCTL_CMD = 0x36 |
| const uint8_t | esphome::mipi_dsi::INVERT_OFF = 0x20 |
| const uint8_t | esphome::mipi_dsi::INVERT_ON = 0x21 |
| const uint8_t | esphome::mipi_dsi::DISPLAY_ON = 0x29 |
| const uint8_t | esphome::mipi_dsi::CMD2_BKSEL = 0xFF |
| const uint8_t | esphome::mipi_dsi::DELAY_FLAG = 0xFF |
| const uint8_t | esphome::mipi_dsi::MADCTL_BGR = 0x08 |
| const uint8_t | esphome::mipi_dsi::MADCTL_MX = 0x40 |
| const uint8_t | esphome::mipi_dsi::MADCTL_MY = 0x80 |
| const uint8_t | esphome::mipi_dsi::MADCTL_MV = 0x20 |
| const uint8_t | esphome::mipi_dsi::MADCTL_XFLIP = 0x02 |
| const uint8_t | esphome::mipi_dsi::MADCTL_YFLIP = 0x01 |