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 cd0a571 commit 62ea2d5Copy full SHA for 62ea2d5
m5stack/boards/M5STACK_Tab5/mpconfigboard.cmake
@@ -24,15 +24,19 @@ set(SDKCONFIG_DEFAULTS
24
)
25
26
# If not enable LVGL, ignore this...
27
-set(LV_CFLAGS
+set(LV_CFLAGS
28
-DLV_COLOR_DEPTH=16
29
-DLV_COLOR_16_SWAP=0
30
- -DLV_FONT_MONTSERRAT_24=1
31
- -DLV_FONT_MONTSERRAT_22=1
32
- -DLV_FONT_MONTSERRAT_20=1
33
- -DLV_FONT_MONTSERRAT_18=1
+ # startup ui need these fonts
34
-DLV_FONT_MONTSERRAT_14=1
+ -DLV_FONT_MONTSERRAT_18=1
+ -DLV_FONT_MONTSERRAT_20=1
+ -DLV_FONT_MONTSERRAT_22=1
35
+ -DLV_FONT_MONTSERRAT_24=1
36
-DLV_FONT_MONTSERRAT_30=1
37
+ # user need these fonts
38
+ -DLV_FONT_MONTSERRAT_36=1
39
+ -DLV_FONT_MONTSERRAT_48=1
40
41
42
if(NOT MICROPY_FROZEN_MANIFEST)
0 commit comments