#75 update I2C references since lvgl_i2c_conf.h is not used

This commit is contained in:
martinberlin 2022-01-02 13:04:46 +01:00
parent 0636e2605b
commit d738aaa84f
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,6 @@
#include <lvgl/lvgl.h> #include <lvgl/lvgl.h>
#endif #endif
#include "l58.h" #include "l58.h"
#include "../lvgl_i2c_conf.h"
// Cale touch implementation // Cale touch implementation
#include "L58Touch.h" #include "L58Touch.h"
L58Touch Touch(CONFIG_LV_TOUCH_INT); L58Touch Touch(CONFIG_LV_TOUCH_INT);

View file

@ -4,7 +4,7 @@
#include "touch_driver.h" #include "touch_driver.h"
#include "tp_spi.h" #include "tp_spi.h"
#include "tp_i2c.h"
// Is not being included in CMakeLists.txt (Research why) // Is not being included in CMakeLists.txt (Research why)
#include "l58.h" #include "l58.h"