修改了CMake文件,修复了无法打开配置菜单栏问题
This commit is contained in:
parent
ea0ecc715a
commit
904534dacc
@ -5,4 +5,4 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|||||||
|
|
||||||
add_compile_options(-Wno-missing-field-initializers)
|
add_compile_options(-Wno-missing-field-initializers)
|
||||||
|
|
||||||
project(oxy_fluxdc)
|
project("oxy_fluxdc_V03" VERSION 0.3)
|
||||||
@ -2180,9 +2180,9 @@ CONFIG_LV_ATTRIBUTE_MEM_ALIGN_SIZE=1
|
|||||||
#
|
#
|
||||||
# Enable built-in fonts
|
# Enable built-in fonts
|
||||||
#
|
#
|
||||||
# CONFIG_LV_FONT_MONTSERRAT_8 is not set
|
CONFIG_LV_FONT_MONTSERRAT_8=y
|
||||||
# CONFIG_LV_FONT_MONTSERRAT_10 is not set
|
CONFIG_LV_FONT_MONTSERRAT_10=y
|
||||||
# CONFIG_LV_FONT_MONTSERRAT_12 is not set
|
CONFIG_LV_FONT_MONTSERRAT_12=y
|
||||||
CONFIG_LV_FONT_MONTSERRAT_14=y
|
CONFIG_LV_FONT_MONTSERRAT_14=y
|
||||||
CONFIG_LV_FONT_MONTSERRAT_16=y
|
CONFIG_LV_FONT_MONTSERRAT_16=y
|
||||||
# CONFIG_LV_FONT_MONTSERRAT_18 is not set
|
# CONFIG_LV_FONT_MONTSERRAT_18 is not set
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user