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

Method createTouchHandle

Drivers/CST816S/Source/Cst816sTouch.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10bool 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
14esp_lcd_touch_config_t Cst816sTouch::createEspLcdTouchConfig() {
15 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected