#75 update I2C references since lvgl_i2c_conf.h is not used
This commit is contained in:
parent
0636e2605b
commit
d738aaa84f
|
@ -25,7 +25,6 @@
|
|||
#include <lvgl/lvgl.h>
|
||||
#endif
|
||||
#include "l58.h"
|
||||
#include "../lvgl_i2c_conf.h"
|
||||
// Cale touch implementation
|
||||
#include "L58Touch.h"
|
||||
L58Touch Touch(CONFIG_LV_TOUCH_INT);
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue