Display driver simplified and implemented gamma (#133)
This commit is contained in:
committed by
GitHub
parent
f34440eb6f
commit
da3a93ce73
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user