BigW Consortium Gitlab

Commit 9d2d7ee8 by Gabor Kiss-Vamosi

revert include paths

parent b7492367
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
#include "lv_draw.h" #include "lv_draw.h"
#include "lv_draw_rbasic.h" #include "lv_draw_rbasic.h"
#include "lv_draw_vbasic.h" #include "lv_draw_vbasic.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
#include "lvgl/misc/gfx/circ.h" #include "misc/gfx/circ.h"
#include "lvgl/misc/fs/fsint.h" #include "misc/fs/fsint.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
#include "lvgl/misc/fs/ufs/ufs.h" #include "misc/fs/ufs/ufs.h"
#include "../lv_objx/lv_img.h" #include "../lv_objx/lv_img.h"
/********************* /*********************
......
...@@ -14,7 +14,7 @@ extern "C" { ...@@ -14,7 +14,7 @@ extern "C" {
* INCLUDES * INCLUDES
*********************/ *********************/
#include "misc_conf.h" #include "misc_conf.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
#include "../lv_obj/lv_style.h" #include "../lv_obj/lv_style.h"
/********************* /*********************
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "../lv_hal/lv_hal_disp.h" #include "../lv_hal/lv_hal_disp.h"
#include "lv_draw_rbasic.h" #include "lv_draw_rbasic.h"
#include "lv_conf.h" #include "lv_conf.h"
#include "lvgl/misc/gfx/font.h" #include "misc/gfx/font.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -13,9 +13,9 @@ extern "C" { ...@@ -13,9 +13,9 @@ extern "C" {
/********************* /*********************
* INCLUDES * INCLUDES
*********************/ *********************/
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
#include "lvgl/misc/gfx/font.h" #include "misc/gfx/font.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
#include <string.h> #include <string.h>
#include "../lv_hal/lv_hal_disp.h" #include "../lv_hal/lv_hal_disp.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
#include "lvgl/misc/gfx/font.h" #include "misc/gfx/font.h"
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#if LV_VDB_SIZE != 0 #if LV_VDB_SIZE != 0
......
...@@ -17,9 +17,9 @@ extern "C" { ...@@ -17,9 +17,9 @@ extern "C" {
#if LV_VDB_SIZE != 0 #if LV_VDB_SIZE != 0
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
#include "lvgl/misc/gfx/font.h" #include "misc/gfx/font.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <stdint.h> #include <stdint.h>
#include <stddef.h> #include <stddef.h>
#include "../lv_hal/lv_hal_disp.h" #include "../lv_hal/lv_hal_disp.h"
#include "lvgl/misc/mem/dyn_mem.h" #include "misc/mem/dyn_mem.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -18,7 +18,7 @@ extern "C" { ...@@ -18,7 +18,7 @@ extern "C" {
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include "lv_hal.h" #include "lv_hal.h"
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* INCLUDES * INCLUDES
*********************/ *********************/
#include "../lv_hal/lv_hal_indev.h" #include "../lv_hal/lv_hal_indev.h"
#include "lvgl/misc/mem/linked_list.h" #include "misc/mem/linked_list.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -18,7 +18,7 @@ extern "C" { ...@@ -18,7 +18,7 @@ extern "C" {
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include "lv_hal.h" #include "lv_hal.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
#include "../lv_hal/lv_hal_tick.h" #include "../lv_hal/lv_hal_tick.h"
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "lvgl/misc/os/ptask.h" #include "misc/os/ptask.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
#include "../lv_draw/lv_draw_rbasic.h" #include "../lv_draw/lv_draw_rbasic.h"
#include "lv_obj.h" #include "lv_obj.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "../lv_draw/lv_draw_rbasic.h" #include "../lv_draw/lv_draw_rbasic.h"
#include "lv_refr.h" #include "lv_refr.h"
#include "lv_group.h" #include "lv_group.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
......
...@@ -16,10 +16,10 @@ extern "C" { ...@@ -16,10 +16,10 @@ extern "C" {
#include "lv_conf.h" #include "lv_conf.h"
#include <stddef.h> #include <stddef.h>
#include <stdbool.h> #include <stdbool.h>
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
#include "lvgl/misc/mem/dyn_mem.h" #include "misc/mem/dyn_mem.h"
#include "lvgl/misc/mem/linked_list.h" #include "misc/mem/linked_list.h"
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#include "lv_style.h" #include "lv_style.h"
/********************* /*********************
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
#include <stddef.h> #include <stddef.h>
#include "lv_refr.h" #include "lv_refr.h"
#include "lv_vdb.h" #include "lv_vdb.h"
#include "lvgl/misc/os/ptask.h" #include "misc/os/ptask.h"
#include "lvgl/misc/mem/fifo.h" #include "misc/mem/fifo.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "lv_conf.h" #include "lv_conf.h"
#include "lv_style.h" #include "lv_style.h"
#include "lv_obj.h" #include "lv_obj.h"
#include "lvgl/misc/mem/dyn_mem.h" #include "misc/mem/dyn_mem.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -14,10 +14,10 @@ extern "C" { ...@@ -14,10 +14,10 @@ extern "C" {
* INCLUDES * INCLUDES
*********************/ *********************/
#include <stdbool.h> #include <stdbool.h>
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
#include "lvgl/misc/gfx/font.h" #include "misc/gfx/font.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -17,8 +17,8 @@ extern "C" { ...@@ -17,8 +17,8 @@ extern "C" {
#if LV_VDB_SIZE != 0 #if LV_VDB_SIZE != 0
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "lv_bar.h" #include "lv_bar.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
#include <stdio.h> #include <stdio.h>
/********************* /*********************
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_obj/lv_refr.h" #include "../lv_obj/lv_refr.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_draw/lv_draw_vbasic.h" #include "../lv_draw/lv_draw_vbasic.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/area.h" #include "misc/gfx/area.h"
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_obj/lv_indev.h" #include "../lv_obj/lv_indev.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/fonts/symbol_def.h" #include "misc/gfx/fonts/symbol_def.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
#include "lv_gauge.h" #include "lv_gauge.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
#include "lvgl/misc/math/trigo.h" #include "misc/math/trigo.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
#include "lv_img.h" #include "lv_img.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/fs/fsint.h" #include "misc/fs/fsint.h"
#include "lvgl/misc/fs/ufs/ufs.h" #include "misc/fs/ufs/ufs.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -18,7 +18,7 @@ extern "C" { ...@@ -18,7 +18,7 @@ extern "C" {
#if USE_LV_IMG != 0 && USE_FSINT != 0 #if USE_LV_IMG != 0 && USE_FSINT != 0
#include "../lv_obj/lv_obj.h" #include "../lv_obj/lv_obj.h"
#include "lvgl/misc/fs/fsint.h" #include "misc/fs/fsint.h"
#ifndef LV_IMG_ENABLE_SYMBOLS #ifndef LV_IMG_ENABLE_SYMBOLS
#define LV_IMG_ENABLE_SYMBOLS 0 #define LV_IMG_ENABLE_SYMBOLS 0
...@@ -26,7 +26,7 @@ extern "C" { ...@@ -26,7 +26,7 @@ extern "C" {
#if LV_IMG_ENABLE_SYMBOLS != 0 #if LV_IMG_ENABLE_SYMBOLS != 0
#include "lv_label.h" #include "lv_label.h"
#include "lvgl/misc/gfx/fonts/symbol_def.h" #include "misc/gfx/fonts/symbol_def.h"
#endif #endif
/********************* /*********************
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
#include "../lv_obj/lv_obj.h" #include "../lv_obj/lv_obj.h"
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "lvgl/misc/gfx/color.h" #include "misc/gfx/color.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -17,9 +17,9 @@ extern "C" { ...@@ -17,9 +17,9 @@ extern "C" {
#if USE_LV_LABEL != 0 #if USE_LV_LABEL != 0
#include "../lv_obj/lv_obj.h" #include "../lv_obj/lv_obj.h"
#include "lvgl/misc/gfx/font.h" #include "misc/gfx/font.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
#include "lvgl/misc/gfx/fonts/symbol_def.h" #include "misc/gfx/fonts/symbol_def.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#if USE_LV_LINE != 0 #if USE_LV_LINE != 0
#include "lv_line.h" #include "lv_line.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#include "lv_list.h" #include "lv_list.h"
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "lvgl/misc/math/trigo.h" #include "misc/math/trigo.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#include "lv_mbox.h" #include "lv_mbox.h"
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
#include "lv_conf.h" #include "lv_conf.h"
#if USE_LV_PAGE != 0 #if USE_LV_PAGE != 0
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_objx/lv_page.h" #include "../lv_objx/lv_page.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "../lv_obj/lv_refr.h" #include "../lv_obj/lv_refr.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include "../lv_obj/lv_group.h" #include "../lv_obj/lv_group.h"
#include "../lv_draw/lv_draw.h" #include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
#include "lvgl/misc/gfx/text.h" #include "misc/gfx/text.h"
#include "lvgl/misc/math/math_base.h" #include "misc/math/math_base.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "lv_tabview.h" #include "lv_tabview.h"
#include "lv_btnm.h" #include "lv_btnm.h"
#include "../lv_themes/lv_theme.h" #include "../lv_themes/lv_theme.h"
#include "lvgl/misc/gfx/anim.h" #include "misc/gfx/anim.h"
/********************* /*********************
* DEFINES * DEFINES
......
...@@ -15,8 +15,8 @@ extern "C" { ...@@ -15,8 +15,8 @@ extern "C" {
*********************/ *********************/
/*Test misc. module version*/ /*Test misc. module version*/
#include "lvgl/misc/misc.h" #include "misc/misc.h"
#include "lvgl/misc/os/ptask.h" #include "misc/os/ptask.h"
#include "lv_hal/lv_hal.h" #include "lv_hal/lv_hal.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment