chore(multilang): add Kconfig for multilang (#4480)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
3
Kconfig
3
Kconfig
@@ -1344,6 +1344,9 @@ menu "LVGL configuration"
|
||||
config LV_USE_DEMO_FLEX_LAYOUT
|
||||
bool "Flex layout previewer"
|
||||
default n
|
||||
config LV_USE_DEMO_MULTILANG
|
||||
bool "multi-language demo"
|
||||
default n
|
||||
endmenu
|
||||
|
||||
endmenu
|
||||
|
||||
@@ -47,6 +47,10 @@ extern "C" {
|
||||
#include "scroll/lv_demo_scroll.h"
|
||||
#endif
|
||||
|
||||
#if LV_USE_DEMO_MULTILANG
|
||||
#include "multilang/lv_demo_multilang.h"
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
Reference in New Issue
Block a user