Comment out LV_FONT_DEFAULT to allow custom builds to compile

This commit is contained in:
Ben Suffolk 2023-07-02 12:07:00 +01:00
parent 5c08b2a567
commit 2bf8ebfb56

View File

@ -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
#endif // HASP_USER_CONFIG_OVERRIDE_H