MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / createTouchHandle

Method createTouchHandle

Drivers/GT911/Source/Gt911Touch.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool Gt911Touch::createTouchHandle(esp_lcd_panel_io_handle_t ioHandle, const esp_lcd_touch_config_t& configuration, esp_lcd_touch_handle_t& panelHandle) {
46 return esp_lcd_touch_new_i2c_gt911(ioHandle, &configuration, &panelHandle) == ESP_OK;
47}
48
49esp_lcd_touch_config_t Gt911Touch::createEspLcdTouchConfig() {
50 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected