Replace LV_CONF_INCLUDE_SIMPLE with LV_LVGL_H_INCLUDE_SIMPLE

This commit is contained in:
C47D 2020-12-21 11:10:35 -06:00
parent a2a00bd745
commit 8cd600d8e8
24 changed files with 24 additions and 24 deletions

View file

@ -15,7 +15,7 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
#ifdef LV_CONF_INCLUDE_SIMPLE
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "lvgl.h"
#else
#include "lvgl/lvgl.h"