From d8471b0ef0065f8a5558cb82b27c4d464a28bce2 Mon Sep 17 00:00:00 2001 From: KlausMu Date: Fri, 26 Jan 2024 17:48:14 +0100 Subject: [PATCH] moved lv_conf.h into the gui folder --- Platformio/platformio.ini | 2 +- Platformio/{include => src/gui_general}/lv_conf.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Platformio/{include => src/gui_general}/lv_conf.h (100%) diff --git a/Platformio/platformio.ini b/Platformio/platformio.ini index c6baf88..c3b5e59 100644 --- a/Platformio/platformio.ini +++ b/Platformio/platformio.ini @@ -30,7 +30,7 @@ build_flags = -D DISABLE_ALL_LIBRARY_WARNINGS=1 ; for TFT_eSPI -D USE_NIMBLE=1 ; for BLE Keyboard -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG - -I include ; Include the folder containing lv_conf.h + -D LV_CONF_PATH=../../../../src/gui_general/lv_conf.h ; The following lines replace the TFT_eSPI User_setup.h-file -D USER_SETUP_LOADED=1 -D ILI9341_DRIVER=1 diff --git a/Platformio/include/lv_conf.h b/Platformio/src/gui_general/lv_conf.h similarity index 100% rename from Platformio/include/lv_conf.h rename to Platformio/src/gui_general/lv_conf.h