提交 be5ad6f0 编写于 作者: mysterywolf's avatar mysterywolf

[qemu] update Kconfig for LVGL demo

上级 f9fa0820
...@@ -17,20 +17,13 @@ config RT_USING_UART1 ...@@ -17,20 +17,13 @@ config RT_USING_UART1
bool "Enable UART1" bool "Enable UART1"
default y default y
config BSP_USING_LVGL
bool "Enable LVGL for LCD"
select PKG_USING_LVGL
default n
config BSP_DRV_CLCD config BSP_DRV_CLCD
bool "CLCD driver" bool "CLCD driver"
depends on PKG_USING_GUIENGINE || BSP_USING_LVGL default n
default y
config BSP_DRV_MOUSE config BSP_DRV_MOUSE
bool "MOUSE driver" bool "MOUSE driver"
depends on PKG_USING_GUIENGINE || BSP_USING_LVGL default n
default y
if BSP_DRV_CLCD if BSP_DRV_CLCD
config BSP_LCD_WIDTH config BSP_LCD_WIDTH
...@@ -42,6 +35,14 @@ if BSP_DRV_CLCD ...@@ -42,6 +35,14 @@ if BSP_DRV_CLCD
default 480 default 480
endif endif
config BSP_USING_LVGL
bool "Enable LVGL for LCD"
select PKG_USING_LVGL
select PKG_USING_LV_MUSIC_DEMO
select BSP_DRV_CLCD
select BSP_DRV_MOUSE
default n
config BSP_DRV_EMAC config BSP_DRV_EMAC
bool "Enable EMAC driver" bool "Enable EMAC driver"
select RT_USING_LWIP select RT_USING_LWIP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册