| 10 | } |
| 11 | |
| 12 | bool Ft5x06Touch::createTouchHandle(esp_lcd_panel_io_handle_t ioHandle, const esp_lcd_touch_config_t& configuration, esp_lcd_touch_handle_t& panelHandle) { |
| 13 | return esp_lcd_touch_new_i2c_ft5x06(ioHandle, &configuration, &panelHandle) == ESP_OK; |
| 14 | } |
| 15 | |
| 16 | esp_lcd_touch_config_t Ft5x06Touch::createEspLcdTouchConfig() { |
| 17 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected