Rdzleo dbdd304905 代码初始化:
本项目为触摸版项目代码复制而来,基于此版本进行按键功能的适配!
2026-03-23 11:14:56 +08:00

17 lines
526 B
Plaintext

menu "ESP-Brookesia: Expression Emote Configurations"
config BROOKESIA_EXPRESSION_EMOTE_ENABLE_CONFIGS
bool
select LV_FONT_FMT_TXT_LARGE
default y
config BROOKESIA_EXPRESSION_EMOTE_ENABLE_AUTO_REGISTER
bool "Enable automatic plugin registration"
default y
help
Automatically register the expression as a plugin on startup.
menuconfig BROOKESIA_EXPRESSION_EMOTE_ENABLE_DEBUG_LOG
bool "Enable debug or lower level logs"
default n
endmenu