BigW Consortium Gitlab

Commit 6a5547bb by Gabor

update to relative include paths in apps too

parent 64852194
......@@ -11,7 +11,7 @@
#if LV_APP_ENABLE != 0
#include <stdio.h>
#include "misc/gfx/anim.h"
#include "lvgl/lv_obj/lv_refr.h"
#include "../lv_obj/lv_refr.h"
/*********************
......
......@@ -14,7 +14,7 @@ extern "C" {
* INCLUDES
*********************/
#include "lvgl/lvgl.h"
#include "../lvgl.h"
#if LV_APP_ENABLE != 0
......@@ -247,19 +247,19 @@ lv_app_style_t * lv_app_style_get(void);
/**********************
* POST-INCLUDES
*********************/
#include "lvgl/lv_app/lv_app_util/lv_app_kb.h"
#include "lvgl/lv_app/lv_app_util/lv_app_fsel.h"
#include "lvgl/lv_app/lv_app_util/lv_app_notice.h"
#include "lvgl/lv_appx/lv_app_example.h"
#include "lvgl/lv_appx/lv_app_phantom.h"
#include "lvgl/lv_appx/lv_app_sysmon.h"
#include "lvgl/lv_appx/lv_app_terminal.h"
#include "lvgl/lv_appx/lv_app_files.h"
#include "lvgl/lv_appx/lv_app_wifi.h"
#include "lvgl/lv_appx/lv_app_gsm.h"
#include "lvgl/lv_appx/lv_app_ethernet.h"
#include "lvgl/lv_appx/lv_app_benchmark.h"
#include "../lv_app/lv_app_util/lv_app_kb.h"
#include "../lv_app/lv_app_util/lv_app_fsel.h"
#include "../lv_app/lv_app_util/lv_app_notice.h"
#include "../lv_appx/lv_app_example.h"
#include "../lv_appx/lv_app_phantom.h"
#include "../lv_appx/lv_app_sysmon.h"
#include "../lv_appx/lv_app_terminal.h"
#include "../lv_appx/lv_app_files.h"
#include "../lv_appx/lv_app_wifi.h"
#include "../lv_appx/lv_app_gsm.h"
#include "../lv_appx/lv_app_ethernet.h"
#include "../lv_appx/lv_app_benchmark.h"
#endif /*LV_APP_ENABLE*/
......
......@@ -9,8 +9,8 @@
#include "lv_app_kb.h"
#if USE_LV_APP_KB != 0
#include "lvgl/lv_objx/lv_btnm.h"
#include "lvgl/lv_objx/lv_ta.h"
#include "../../lv_objx/lv_btnm.h"
#include "../../lv_objx/lv_ta.h"
/*********************
* DEFINES
......
......@@ -10,7 +10,7 @@
#if LV_APP_ENABLE != 0 && USE_LV_APP_BENCHMARK != 0
#include "../lv_app/lv_app_util/lv_app_kb.h"
#include "lvgl/lv_obj/lv_refr.h"
#include "../lv_obj/lv_refr.h"
#include <stdio.h>
/*********************
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_BENCHMARK != 0
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_ETHERNET != 0
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_EXAMPLE != 0
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_FILES != 0
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_GSM != 0
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_PHANTOM != 0
......
......@@ -12,8 +12,8 @@
#include <stdio.h>
#include "misc/os/ptask.h"
#include "misc/os/idle.h"
#include "lvgl/lv_objx/lv_chart.h"
#include "lvgl/lv_app/lv_app_util/lv_app_notice.h"
#include "../lv_objx/lv_chart.h"
#include "../lv_app/lv_app_util/lv_app_notice.h"
#include "hal/systick/systick.h"
/*********************
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_SYSMON != 0
......
......@@ -23,7 +23,7 @@
#if LV_APP_ENABLE != 0 && USE_LV_APP_TERMINAL != 0
#include "lvgl/lv_app/lv_app_util/lv_app_kb.h"
#include "../lv_app/lv_app_util/lv_app_kb.h"
#include <stdio.h>
/*********************
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_TERMINAL != 0
......
......@@ -13,7 +13,7 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl/lv_app/lv_app.h"
#include "../lv_app/lv_app.h"
#if LV_APP_ENABLE != 0 && USE_LV_APP_WIFI != 0
......
......@@ -17,7 +17,7 @@
#include "lv_ex_hello_world.h"
#if USE_LV_EXAMPLE != 0
#include "lvgl/lvgl.h"
#include "../lvgl.h"
/*********************
* DEFINES
......
......@@ -60,7 +60,7 @@
#include "lv_ex_objects.h"
#if USE_LV_EXAMPLE != 0
#include "lvgl/lvgl.h"
#include "../lvgl.h"
/*********************
* DEFINES
......
......@@ -31,7 +31,7 @@
#if USE_LV_EXAMPLE != 0
#include "lvgl/lvgl.h"
#include "../lvgl.h"
/*********************
* DEFINES
......
......@@ -36,7 +36,7 @@
#include "lv_ex_encoder_ctrl.h"
#if USE_LV_EXAMPLE != 0
#include "lvgl/lvgl.h"
#include "../lvgl.h"
/*********************
* DEFINES
......
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