1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Include lv_conf.h in lv_area.h

This commit is contained in:
Themba Dube 2019-04-18 13:03:13 -04:00
parent 1181c07b76
commit d0550b7feb

View File

@ -16,6 +16,11 @@ extern "C" {
#include <string.h>
#include <stdbool.h>
#include <stdint.h>
#ifdef LV_CONF_INCLUDE_SIMPLE
#include "lv_conf.h"
#else
#include "../../../lv_conf.h"
#endif
/*********************
* DEFINES