ESP-IDF + 0/2 examples
SourceVu will show references to esp_lcd_panel_io_spi_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
int
GPIO used for CS line.
int
GPIO used to select the D/C line, set this to -1 if the D/C line is not used.
int
Traditional SPI mode (0~3).
unsigned int
Frequency of pixel clock.
size_t
Size of internal transaction queue.
Callback invoked when color data transfer has finished.
void *
User private data, passed directly to on_color_trans_done's user_ctx.
int
Bit-width of LCD command.
int
Bit-width of LCD parameter.
uint8_t
Amount of SPI bit-cycles the cs should be activated before the transmission (0-16).
uint8_t
Amount of SPI bit-cycles the cs should stay active after the transmission (0-16).
struct { unsigned int dc_high_on_cmd: 1; unsigned int dc_low_on_data: 1; unsigned int dc_low_on_param: 1; unsigned int octal_mode: 1; unsigned int quad_mode: 1; unsigned int sio_mode: 1; unsigned int lsb_first: 1; unsigned int cs_high_active: 1; }
Extra flags to fine-tune the SPI device.

References

from examples