diff --git a/lvgl_touch/l58.cpp b/lvgl_touch/l58.cpp index de4329d..62ac1d6 100644 --- a/lvgl_touch/l58.cpp +++ b/lvgl_touch/l58.cpp @@ -25,7 +25,6 @@ #include #endif #include "l58.h" -#include "../lvgl_i2c_conf.h" // Cale touch implementation #include "L58Touch.h" L58Touch Touch(CONFIG_LV_TOUCH_INT); diff --git a/lvgl_touch/touch_driver.c b/lvgl_touch/touch_driver.c index 7496647..a59ac6b 100644 --- a/lvgl_touch/touch_driver.c +++ b/lvgl_touch/touch_driver.c @@ -4,7 +4,7 @@ #include "touch_driver.h" #include "tp_spi.h" -#include "tp_i2c.h" + // Is not being included in CMakeLists.txt (Research why) #include "l58.h"