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

@@ -6,10 +6,9 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#include "lv_chart.h"
#if USE_LV_CHART != 0
#include "lv_chart.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"