Replace LV_CONF_INCLUDE_SIMPLE with LV_LVGL_H_INCLUDE_SIMPLE
This commit is contained in:
parent
a2a00bd745
commit
8cd600d8e8
24 changed files with 24 additions and 24 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <esp_log.h>
|
||||
#include <driver/i2c.h>
|
||||
#ifdef LV_CONF_INCLUDE_SIMPLE
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
#include <lvgl.h>
|
||||
#else
|
||||
#include <lvgl/lvgl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue