use relative include path in built-in files

This commit is contained in:
Gabor Kiss-Vamosi
2019-07-03 00:10:38 +02:00
parent 6eb9975966
commit 63b070164f
6 changed files with 7 additions and 6 deletions

View File

@@ -286,7 +286,7 @@
/*1: Enable the log module*/ /*1: Enable the log module*/
#ifndef LV_USE_LOG #ifndef LV_USE_LOG
#define LV_USE_LOG 1 #define LV_USE_LOG 0
#endif #endif
#if LV_USE_LOG #if LV_USE_LOG
/* How important log should be added: /* How important log should be added:
@@ -294,6 +294,7 @@
* LV_LOG_LEVEL_INFO Log important events * LV_LOG_LEVEL_INFO Log important events
* LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem * LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem
* LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
* LV_LOG_LEVEL_NONE Do not log anything
*/ */
#ifndef LV_LOG_LEVEL #ifndef LV_LOG_LEVEL
# define LV_LOG_LEVEL LV_LOG_LEVEL_WARN # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN

View File

@@ -1,4 +1,4 @@
#include "lvgl/lvgl.h" #include "../../lvgl.h"
/******************************************************************************* /*******************************************************************************
* Size: 12 px * Size: 12 px

View File

@@ -1,4 +1,4 @@
#include "lvgl/lvgl.h" #include "../../lvgl.h"
/******************************************************************************* /*******************************************************************************
* Size: 16 px * Size: 16 px

View File

@@ -1,4 +1,4 @@
#include "lvgl/lvgl.h" #include "../../lvgl.h"
/******************************************************************************* /*******************************************************************************
* Size: 22 px * Size: 22 px

View File

@@ -1,4 +1,4 @@
#include "lvgl/lvgl.h" #include "../../lvgl.h"
/******************************************************************************* /*******************************************************************************
* Size: 28 px * Size: 28 px

View File

@@ -1,4 +1,4 @@
#include "lvgl/lvgl.h" #include "../../lvgl.h"
/******************************************************************************* /*******************************************************************************
* Size: 8 px * Size: 8 px