add LV_CONF_INCLUDE_SIMPLE to choose between relative or simple include of lv_conf.h

This commit is contained in:
Gabor Kiss-Vamosi
2018-07-07 11:53:22 +02:00
parent c4eaa1359d
commit 90679c2cf5
81 changed files with 250 additions and 64 deletions

View File

@@ -7,7 +7,6 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_mem.h"
#include "lv_math.h"
#include <string.h>