update the new objects with LV_CONF_INCLUDE_SIMPLE

This commit is contained in:
Gabor Kiss-Vamosi
2018-07-08 01:12:20 +02:00
parent ddd2b740c8
commit a78df87f8e
6 changed files with 30 additions and 12 deletions

View File

@@ -14,7 +14,12 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#ifdef LV_CONF_INCLUDE_SIMPLE
#include "lv_conf.h"
#else
#include "../../lv_conf.h"
#endif
#if USE_LV_ARC != 0
#include "../lv_core/lv_obj.h"