add tests and lv_conf_internal.h to use LV_CONF_PATH

This commit is contained in:
Gabor Kiss-Vamosi
2019-12-26 02:49:30 +01:00
parent abb4eb147d
commit 68984828c3
78 changed files with 538 additions and 373 deletions

View File

@@ -13,11 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#ifdef LV_CONF_INCLUDE_SIMPLE
#include "lv_conf.h"
#else
#include "../../../lv_conf.h"
#endif
#include "../lv_conf_internal.h"
#include <stddef.h>
#include <stdbool.h>