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

Fields

Field
Declared as
Description
struct { unsigned int dc_idle_level: 1; unsigned int dc_cmd_level: 1; unsigned int dc_dummy_level: 1; unsigned int dc_data_level: 1; }
Each i80 device might have its own D/C control logic.
struct { unsigned int cs_active_high: 1; unsigned int reverse_color_bits: 1; unsigned int swap_color_bytes: 1; unsigned int pclk_active_neg: 1; unsigned int pclk_idle_low: 1; }
Panel IO config flags.
int
GPIO used for CS line, set to -1 will declaim exclusively use of I80 bus.
uint32_t
Frequency of pixel clock.
size_t
Transaction queue size, larger queue, higher throughput.
Callback invoked when color data was transferred done.
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.

References

from examples