Display driver simplified and implemented gamma (#133)

This commit is contained in:
Ken Van Hoeylandt
2024-12-18 16:43:41 +01:00
committed by GitHub
parent f34440eb6f
commit da3a93ce73
10 changed files with 150 additions and 47 deletions
@@ -42,7 +42,8 @@ bool YellowTouch::start(lv_display_t* display) {
},
.process_coordinates = nullptr,
.interrupt_callback = nullptr,
.user_data = nullptr
.user_data = nullptr,
.driver_data = nullptr
};
if (esp_lcd_touch_new_i2c_cst816s(ioHandle, &config, &touchHandle) != ESP_OK) {