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

Method createPanelHandle

Drivers/ST7789/Source/St7789Display.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected