1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

use only relative include paths

This commit is contained in:
Gabor Kiss-Vamosi 2017-11-26 23:57:39 +01:00
parent 84477fccee
commit c890dc8d43
179 changed files with 195 additions and 222 deletions

View File

@ -6,7 +6,7 @@
/*********************
* INCLUDES
*********************/
#include "lv_conf.h"
#include "../../lv_conf.h"
#include <stdio.h>
#include <stdbool.h>

View File

@ -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"
/*********************

View File

@ -3,7 +3,7 @@
*
*/
#include "lv_conf.h"
#include "../../lv_conf.h"
#include <stdbool.h>
#include <stdint.h>

View File

@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lv_conf.h"
#include "../../lv_conf.h"
#if LV_VDB_SIZE != 0

View File

@ -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"

View File

@ -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*/

View File

@ -6,7 +6,7 @@
/*********************
* INCLUDES
*********************/
#include "lv_conf.h"
#include "../../lv_conf.h"
#include <stddef.h>
#include "lv_font.h"

View File

@ -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*/

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_60_CYRILLIC != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -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_CYRILLIC != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_60_LATIN_EXT_A != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -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_LATIN_EXT_A != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_60_LATIN_EXT_B != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -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_LATIN_EXT_B != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_60_SUP != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -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_SUP != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80 != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80 != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_CYRILLIC != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_CYRILLIC != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_LATIN_EXT_A != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_LATIN_EXT_A != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_LATIN_EXT_B != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_LATIN_EXT_B != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_SUP != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_DEJAVU_80_SUP != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_10_BASIC != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_10_BASIC != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_10_FEEDBACK != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_10_FEEDBACK != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_10_FILE != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_10_FILE != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_20_BASIC != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_20_BASIC != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_20_FEEDBACK != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_20_FEEDBACK != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_20_FILE != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_20_FILE != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_30_BASIC != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_30_BASIC != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_30_FEEDBACK != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_30_FEEDBACK != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_30_FILE != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_30_FILE != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_40_BASIC != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_40_BASIC != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_40_FEEDBACK != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_40_FEEDBACK != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_40_FILE != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_40_FILE != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_60_BASIC != 0
#include <stdint.h>

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_60_BASIC != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_60_FEEDBACK != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_60_FEEDBACK != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_60_FILE != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_60_FILE != 0

View File

@ -1,4 +1,4 @@
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_80_BASIC != 0
#include <stdint.h>
#include "../lv_font.h"

View File

@ -3,7 +3,7 @@
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#include "../../../lv_conf.h"
#if USE_LV_FONT_SYMBOL_80_BASIC != 0

Some files were not shown because too many files have changed in this diff Show More