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

Fields

Field
Declared as
Description
void *
User private data, passed directly to on_color_trans_done's user_ctx.
size_t
I2C LCD panel will encode control information (e.g. D/C selection) into control phase, in several bytes.
unsigned int
Offset of the D/C selection bit in control phase.
int
Bit-width of LCD command.
int
Bit-width of LCD parameter.
struct { unsigned int dc_low_on_data: 1; unsigned int disable_control_phase: 1; }
Extra flags to fine-tune the I2C device.
uint32_t
I2C LCD SCL frequency (hz).
uint32_t
I2C device address.
Callback invoked when color data transfer has finished.

References

from examples