| 8 | } |
| 9 | |
| 10 | bool Cst816sTouch::createTouchHandle(esp_lcd_panel_io_handle_t ioHandle, const esp_lcd_touch_config_t& touchConfiguration, esp_lcd_touch_handle_t& touchHandle) { |
| 11 | return esp_lcd_touch_new_i2c_cst816s(ioHandle, &touchConfiguration, &touchHandle) == ESP_OK; |
| 12 | } |
| 13 | |
| 14 | esp_lcd_touch_config_t Cst816sTouch::createEspLcdTouchConfig() { |
| 15 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected