We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b8d5e commit c59c515Copy full SHA for c59c515
CMakeLists.txt
@@ -4,7 +4,7 @@
4
# CMakeLists in this exact order for cmake to work correctly
5
cmake_minimum_required(VERSION 3.16)
6
7
-set(PROJECT_VER "1.8.7")
+set(PROJECT_VER "1.8.8")
8
9
# Add this line to disable the specific warning
10
add_compile_options(-Wno-missing-field-initializers)
sdkconfig.defaults
@@ -50,8 +50,8 @@ CONFIG_LV_USE_IMGFONT=y
50
51
# Use compressed font
52
CONFIG_LV_FONT_FMT_TXT_LARGE=y
53
-CONFIG_LV_USE_FONT_COMPRESSED=y
54
-CONFIG_LV_USE_FONT_PLACEHOLDER=y
+CONFIG_LV_USE_FONT_COMPRESSED=n
+CONFIG_LV_USE_FONT_PLACEHOLDER=n
55
56
# Disable extra widgets to save flash size
57
CONFIG_LV_USE_ANIMIMG=n
0 commit comments