directory i2c_manager -> lvgl_i2c
This commit is contained in:
parent
93125f3e00
commit
befa5d0730
12 changed files with 12 additions and 9 deletions
|
@ -15,7 +15,7 @@
|
|||
*********************/
|
||||
#include "assert.h"
|
||||
|
||||
#include "i2c_manager/i2c_manager.h"
|
||||
#include "lvgl_i2c/i2c_manager.h"
|
||||
|
||||
#include "ssd1306.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "freertos/task.h"
|
||||
|
||||
#ifdef CONFIG_LV_M5STICKC_HANDLE_AXP192
|
||||
#include "i2c_manager/i2c_manager.h"
|
||||
#include "lvgl_i2c/i2c_manager.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue