Module esp32s2::spi0::lcd_ctrl

source ·
Expand description

LCD frame control register

Structs

LCD frame control register
Register LCD_CTRL reader
Register LCD_CTRL writer

Type Definitions

Field LCD_HB_FRONT reader - It is the horizontal blank front porch of a frame. Can be configured in CONF state.
Field LCD_HB_FRONT writer - It is the horizontal blank front porch of a frame. Can be configured in CONF state.
Field LCD_MODE_EN reader - 1: Enable LCD mode output vsync, hsync, de. 0: Disable. Can be configured in CONF state.
Field LCD_MODE_EN writer - 1: Enable LCD mode output vsync, hsync, de. 0: Disable. Can be configured in CONF state.
Field LCD_VA_HEIGHT reader - It is the vertical active height of a frame. Can be configured in CONF state.
Field LCD_VA_HEIGHT writer - It is the vertical active height of a frame. Can be configured in CONF state.
Field LCD_VT_HEIGHT reader - It is the vertical total height of a frame. Can be configured in CONF state.
Field LCD_VT_HEIGHT writer - It is the vertical total height of a frame. Can be configured in CONF state.