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