esp_lcd_new_panel_io_i2c_v1() function
Create LCD panel IO handle, for I2C interface in legacy implementation
Arguments
bus
I2C bus handle, (in uint32_t)
io_config
IO configuration, for I2C interface
Return value
- ESP_ERR_INVALID_ARG if parameter is invalid - ESP_ERR_NO_MEM if out of memory - ESP_OK on success
Notes
Please don't call this function in your project directly. Please call `esp_lcd_new_panel_to_i2c` instead.
Examples
esp_lcd_new_panel_io_i2c_v1() is referenced by 1 libraries and example projects: