ESPHome 2025.10.0-dev
|
Go to the source code of this file.
Data Structures | |
class | esphome::mipi_rgb::MipiRgb |
class | esphome::mipi_rgb::MipiRgbSpi |
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::mipi_rgb |
Variables | |
const uint8_t | esphome::mipi_rgb::SW_RESET_CMD = 0x01 |
const uint8_t | esphome::mipi_rgb::SLEEP_OUT = 0x11 |
const uint8_t | esphome::mipi_rgb::SDIR_CMD = 0xC7 |
const uint8_t | esphome::mipi_rgb::MADCTL_CMD = 0x36 |
const uint8_t | esphome::mipi_rgb::INVERT_OFF = 0x20 |
const uint8_t | esphome::mipi_rgb::INVERT_ON = 0x21 |
const uint8_t | esphome::mipi_rgb::DISPLAY_ON = 0x29 |
const uint8_t | esphome::mipi_rgb::CMD2_BKSEL = 0xFF |
const uint8_t | esphome::mipi_rgb::CMD2_BK0 [5] = {0x77, 0x01, 0x00, 0x00, 0x10} |