From 2bf8ebfb568586c005ee9671ff2a8b2e2a13886f Mon Sep 17 00:00:00 2001 From: Ben Suffolk Date: Sun, 2 Jul 2023 12:07:00 +0100 Subject: [PATCH] Comment out LV_FONT_DEFAULT to allow custom builds to compile --- include/user_config_override-template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/user_config_override-template.h b/include/user_config_override-template.h index a5bfdff3..db8490fc 100644 --- a/include/user_config_override-template.h +++ b/include/user_config_override-template.h @@ -134,7 +134,7 @@ // #define HASP_FONT_SIZE_4 48 // #define HASP_FONT_SIZE_5 12 -#define LV_FONT_DEFAULT &HASP_FONT_1 +// #define LV_FONT_DEFAULT &HASP_FONT_1 /*************************************************** * GPIO Settings @@ -158,4 +158,4 @@ //#define HASP_LOG_LEVEL LOG_LEVEL_VERBOSE // LOG_LEVEL_* can be DEBUG, VERBOSE, TRACE, INFO, WARNING, ERROR, CRITICAL, ALERT, FATAL, SILENT //#define HASP_LOG_TASKS // Also log the Taskname and watermark of ESP32 tasks -#endif // HASP_USER_CONFIG_OVERRIDE_H \ No newline at end of file +#endif // HASP_USER_CONFIG_OVERRIDE_H