path for lv_refr.h needs to vary based on LV_LVGL_H_INCLUDE_SIMPLE
This commit is contained in:
parent
8cd600d8e8
commit
d7f9a03436
|
@ -18,7 +18,11 @@
|
|||
|
||||
#include "driver/i2c.h"
|
||||
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
#include "src/lv_core/lv_refr.h"
|
||||
#else
|
||||
#include "lvgl/src/lv_core/lv_refr.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
|
|
Loading…
Reference in a new issue