From 1c2d7760fc335e1291fd9d82b0ae738fb8016669 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 26 Apr 2022 14:14:55 +0200 Subject: [PATCH] Tweak LVGL_FREETYPE_MAX_SIZES and LVGL_FREETYPE_MAX_FACES --- user_setups/esp32/_esp32.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/user_setups/esp32/_esp32.ini b/user_setups/esp32/_esp32.ini index 004f276f..0c23a55b 100644 --- a/user_setups/esp32/_esp32.ini +++ b/user_setups/esp32/_esp32.ini @@ -42,7 +42,6 @@ build_flags = -D LVGL_FREETYPE_MAX_SIZES=16 ; max number of sizes in cache -D LVGL_FREETYPE_MAX_BYTES=16384 ; max bytes in cache -D LVGL_FREETYPE_MAX_BYTES_PSRAM=131072 ; max bytes in cache when using PSRAM - -D FT_DEBUG_MEMORY ; -- SimpleFTpServer build options ----------------- -D HASP_USE_FTP=1 -D FTP_SERVER_DEBUG