use relative include path in built-in files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "lvgl/lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Size: 12 px
|
* Size: 12 px
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "lvgl/lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Size: 16 px
|
* Size: 16 px
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "lvgl/lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Size: 22 px
|
* Size: 22 px
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "lvgl/lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Size: 28 px
|
* Size: 28 px
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "lvgl/lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Size: 8 px
|
* Size: 8 px
|
||||||
|
|||||||
Reference in New Issue
Block a user