Found 35 other functions taking a
esp_lcd_panel_io_t
argument:
Transmit LCD command and corresponding parameters
Register LCD panel IO callbacks
Create LCD panel IO handle, for SPI interface
Allocate a draw buffer that can be used by I80 interfaced LCD panel
Create LCD panel IO handle, for I2C interface in new implementation
Create LCD panel for model ST7789
Transmit LCD command and receive corresponding parameters
Create LCD panel IO, for Intel 8080 interface
Create LCD panel IO handle, for I2C interface in legacy implementation
Create LCD panel for model SSD1306 esp_lcd_panel_ssd1306_config_t ssd1306_config = { .height = 32 }; esp_lcd_panel_dev_config_t panel_config = { .vendor_config = &ssd1306_config }; esp_lcd_panel_handle_t panel_handle = NULL; esp_lcd_new_panel_ssd1306(io_handle, &panel_config, &panel_handle);
Destroy LCD panel IO handle (deinitialize panel and free all corresponding resource)
Create LCD panel for model NT35510