ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
esphome::mipi_dsi Namespace Reference

Data Structures

class  MIPI_DSI
 

Variables

const uint8_t SW_RESET_CMD = 0x01
 
const uint8_t SLEEP_OUT = 0x11
 
const uint8_t SDIR_CMD = 0xC7
 
const uint8_t MADCTL_CMD = 0x36
 
const uint8_t INVERT_OFF = 0x20
 
const uint8_t INVERT_ON = 0x21
 
const uint8_t DISPLAY_ON = 0x29
 
const uint8_t CMD2_BKSEL = 0xFF
 
const uint8_t DELAY_FLAG = 0xFF
 
const uint8_t MADCTL_BGR = 0x08
 
const uint8_t MADCTL_MX = 0x40
 
const uint8_t MADCTL_MY = 0x80
 
const uint8_t MADCTL_MV = 0x20
 
const uint8_t MADCTL_XFLIP = 0x02
 
const uint8_t MADCTL_YFLIP = 0x01
 

Variable Documentation

◆ CMD2_BKSEL

const uint8_t esphome::mipi_dsi::CMD2_BKSEL = 0xFF

Definition at line 30 of file mipi_dsi.h.

◆ DELAY_FLAG

const uint8_t esphome::mipi_dsi::DELAY_FLAG = 0xFF

Definition at line 31 of file mipi_dsi.h.

◆ DISPLAY_ON

const uint8_t esphome::mipi_dsi::DISPLAY_ON = 0x29

Definition at line 29 of file mipi_dsi.h.

◆ INVERT_OFF

const uint8_t esphome::mipi_dsi::INVERT_OFF = 0x20

Definition at line 27 of file mipi_dsi.h.

◆ INVERT_ON

const uint8_t esphome::mipi_dsi::INVERT_ON = 0x21

Definition at line 28 of file mipi_dsi.h.

◆ MADCTL_BGR

const uint8_t esphome::mipi_dsi::MADCTL_BGR = 0x08

Definition at line 32 of file mipi_dsi.h.

◆ MADCTL_CMD

const uint8_t esphome::mipi_dsi::MADCTL_CMD = 0x36

Definition at line 26 of file mipi_dsi.h.

◆ MADCTL_MV

const uint8_t esphome::mipi_dsi::MADCTL_MV = 0x20

Definition at line 35 of file mipi_dsi.h.

◆ MADCTL_MX

const uint8_t esphome::mipi_dsi::MADCTL_MX = 0x40

Definition at line 33 of file mipi_dsi.h.

◆ MADCTL_MY

const uint8_t esphome::mipi_dsi::MADCTL_MY = 0x80

Definition at line 34 of file mipi_dsi.h.

◆ MADCTL_XFLIP

const uint8_t esphome::mipi_dsi::MADCTL_XFLIP = 0x02

Definition at line 36 of file mipi_dsi.h.

◆ MADCTL_YFLIP

const uint8_t esphome::mipi_dsi::MADCTL_YFLIP = 0x01

Definition at line 37 of file mipi_dsi.h.

◆ SDIR_CMD

const uint8_t esphome::mipi_dsi::SDIR_CMD = 0xC7

Definition at line 25 of file mipi_dsi.h.

◆ SLEEP_OUT

const uint8_t esphome::mipi_dsi::SLEEP_OUT = 0x11

Definition at line 24 of file mipi_dsi.h.

◆ SW_RESET_CMD

const uint8_t esphome::mipi_dsi::SW_RESET_CMD = 0x01

Definition at line 23 of file mipi_dsi.h.