esp_lcd_panel_io_spi_config_t struct
Panel IO configuration structure, for SPI interface
Fields
GPIO used to select the D/C line, set this to -1 if the D/C line is not used.
Traditional SPI mode (0~3).
Frequency of pixel clock.
Size of internal transaction queue.
Callback invoked when color data transfer has finished.
User private data, passed directly to on_color_trans_done's user_ctx.
Bit-width of LCD command.
Bit-width of LCD parameter.
Amount of SPI bit-cycles the cs should be activated before the transmission (0-16).
Amount of SPI bit-cycles the cs should stay active after the transmission (0-16).
Extra flags to fine-tune the SPI device.
Examples
esp_lcd_panel_io_spi_config_t is referenced by 2 libraries and example projects: