| 39 | } |
| 40 | |
| 41 | bool St7789Display::createPanelHandle(esp_lcd_panel_io_handle_t ioHandle, const esp_lcd_panel_dev_config_t& panelConfig, esp_lcd_panel_handle_t& panelHandle) { |
| 42 | return esp_lcd_new_panel_st7789(ioHandle, &panelConfig, &panelHandle) == ESP_OK; |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected