mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 22:52:46 +08:00
use only relative include paths
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*********************/
|
||||
#include "../lv_hal/lv_hal_disp.h"
|
||||
#include "lv_draw_rbasic.h"
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
#include "../lv_misc/lv_font.h"
|
||||
|
||||
/*********************
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -13,7 +13,7 @@ extern "C" {
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
|
||||
#if LV_VDB_SIZE != 0
|
||||
|
||||
|
||||
+2
-1
@@ -6,9 +6,10 @@
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include "../lv_hal/lv_hal_tick.h"
|
||||
#include "lv_task.h"
|
||||
#include "lv_anim.h"
|
||||
#include "lv_math.h"
|
||||
|
||||
+3
-3
@@ -13,7 +13,7 @@ extern "C" {
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -304,8 +304,8 @@ lv_color_hsv_t lv_color_rgb_to_hsv(uint8_t r, uint8_t g, uint8_t b);
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#endif /*USE_COLOR*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*USE_COLOR*/
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include "lv_font.h"
|
||||
|
||||
+3
-3
@@ -14,7 +14,7 @@ extern "C" {
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_conf.h"
|
||||
#include "../../lv_conf.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
@@ -167,9 +167,9 @@ static inline uint8_t lv_font_get_width_scale(const lv_font_t * font_p, uint32_t
|
||||
#include "lv_fonts/symbol_80_file.h"
|
||||
#include "lv_fonts/symbol_80_feedback.h"
|
||||
|
||||
#endif /*USE_FONT*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /*USE_FONT*/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_10 != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_10 != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_10_CYRILLIC != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_10_CYRILLIC != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_10_LATIN_EXT_A != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_10_LATIN_EXT_A != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_10_LATIN_EXT_B != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_10_LATIN_EXT_B != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_10_SUP != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_10_SUP != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_20 != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_20 != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_20_CYRILLIC != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_20_CYRILLIC != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_20_LATIN_EXT_A != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_20_LATIN_EXT_A != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_20_LATIN_EXT_B != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_20_LATIN_EXT_B != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_20_SUP != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_20_SUP != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_30 != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_30 != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_30_CYRILLIC != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_30_CYRILLIC != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_30_LATIN_EXT_A != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_30_LATIN_EXT_A != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_30_LATIN_EXT_B != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_30_LATIN_EXT_B != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_30_SUP != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_30_SUP != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_40 != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_40 != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_40_CYRILLIC != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_40_CYRILLIC != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_40_LATIN_EXT_A != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_40_LATIN_EXT_A != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_40_LATIN_EXT_B != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_40_LATIN_EXT_B != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_40_SUP != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_40_SUP != 0
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
#if USE_LV_FONT_DEJAVU_60 != 0
|
||||
#include <stdint.h>
|
||||
#include "../lv_font.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
/*Use UTF-8 encoding in the IDE*/
|
||||
|
||||
#include "lv_conf.h"
|
||||
#include "../../../lv_conf.h"
|
||||
|
||||
#if USE_LV_FONT_DEJAVU_60 != 0
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user