diff --git a/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/README.md b/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/README.md deleted file mode 100644 index c9caca0e3c4fb0bc3a877987b7327088798f3005..0000000000000000000000000000000000000000 --- a/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/README.md +++ /dev/null @@ -1,2 +0,0 @@ -This folder is for LVGL Squareline Studio - diff --git a/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/SConscript b/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/SConscript deleted file mode 100644 index 96527eed473d04f360c41272f0c7806fc1c3f60d..0000000000000000000000000000000000000000 --- a/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/SConscript +++ /dev/null @@ -1,13 +0,0 @@ -from building import * - -cwd = GetCurrentDir() -group = [] -src = [] -CPPPATH =[] - -src += Glob(cwd + '/ui/*.c') -CPPPATH += [cwd+'/ui'] - -group = group + DefineGroup('LVGL-SquareLine', src, depend = ['BSP_USING_LVGL', 'BSP_USING_LVGL_SQUARELINE'], CPPPATH = CPPPATH) - -Return('group') diff --git a/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/ui/lv_ui_entry.c b/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/ui/lv_ui_entry.c deleted file mode 100644 index d3257967b4638dfd9a1a63116a0e1f45efddcf11..0000000000000000000000000000000000000000 --- a/bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/ui/lv_ui_entry.c +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) 2006-2022, RT-Thread Development Team - * - * SPDX-License-Identifier: Apache-2.0 - * - * Change Logs: - * Date Author Notes - * 2022-05-13 Meco Man First version - */ - -void lv_user_gui_init(void) -{ - extern void ui_init(void); - ui_init(); -} diff --git a/bsp/imxrt/imxrt1060-nxp-evk/board/Kconfig b/bsp/imxrt/imxrt1060-nxp-evk/board/Kconfig index c7a89b2cb8a4237bee3a06dc0954bbe43cb1d52e..591a875c4faf0f45ba07d06735d4ce61a846b132 100644 --- a/bsp/imxrt/imxrt1060-nxp-evk/board/Kconfig +++ b/bsp/imxrt/imxrt1060-nxp-evk/board/Kconfig @@ -101,11 +101,7 @@ menu "Onboard Peripheral Drivers" config BSP_USING_LVGL_DEMO bool "Enable LVGL demo" select PKG_USING_LV_MUSIC_DEMO - default n - - config BSP_USING_LVGL_SQUARELINE - bool "Support LVGL SuqareLine Studio" - default n + default y config BSP_USING_NXP_GUIGUIDER bool "Support NXP GUI Guider" diff --git a/bsp/qemu-vexpress-a9/drivers/Kconfig b/bsp/qemu-vexpress-a9/drivers/Kconfig index 4f62af899f462403d0c3cb63bfd97efa90202206..e9ffbe5f59d8d1d3e052631e234afb0aee6b422d 100644 --- a/bsp/qemu-vexpress-a9/drivers/Kconfig +++ b/bsp/qemu-vexpress-a9/drivers/Kconfig @@ -28,7 +28,7 @@ if BSP_USING_LVGL config BSP_USING_LVGL_DEMO bool "Enable LVGL demo" select PKG_USING_LV_MUSIC_DEMO - default n + default y endif config BSP_DRV_CLCD diff --git a/bsp/raspberry-pico/libraries/Kconfig b/bsp/raspberry-pico/libraries/Kconfig index 5aa5310147efdcc1b478196c6e793415d956f08f..b19e6f25fea2bc1ef96f0441097109d5e39ac013 100644 --- a/bsp/raspberry-pico/libraries/Kconfig +++ b/bsp/raspberry-pico/libraries/Kconfig @@ -18,7 +18,7 @@ menu "Onboard Peripheral Drivers" config BSP_USING_LVGL_DEMO bool "Enable LVGL demo" select PKG_USING_LV_MUSIC_DEMO - default n + default y endif endmenu diff --git a/bsp/simulator/Kconfig b/bsp/simulator/Kconfig index a125b2daac1e077e5db9ee843d1eb76087e23428..d69b9265422ffef6346759e56d8fe3f66daa4984 100644 --- a/bsp/simulator/Kconfig +++ b/bsp/simulator/Kconfig @@ -57,7 +57,7 @@ menu "Peripheral Drivers" config BSP_USING_LVGL_DEMO bool "Enable LVGL demo" select PKG_USING_LV_MUSIC_DEMO - default n + default y config BSP_LCD_WIDTH int "LCD width" diff --git a/bsp/stm32/stm32f407-atk-explorer/board/Kconfig b/bsp/stm32/stm32f407-atk-explorer/board/Kconfig index c3352ebbd5bd2fe52c4d1ade1531d183fd64d779..e9a3d5fce0f5d948c063cfccdc80d863cfb67267 100644 --- a/bsp/stm32/stm32f407-atk-explorer/board/Kconfig +++ b/bsp/stm32/stm32f407-atk-explorer/board/Kconfig @@ -91,7 +91,7 @@ menu "Onboard Peripheral Drivers" if BSP_USING_LVGL config BSP_USING_LVGL_DEMO bool "Enable LVGL demo" - default n + default y endif config BSP_USING_SPI_FLASH diff --git a/bsp/stm32/stm32f469-st-disco/board/Kconfig b/bsp/stm32/stm32f469-st-disco/board/Kconfig index 899833100ba3ac9321086548edeb13a0ffea6e0a..5ad0df924ec7061b6189733282239d7206ed85cc 100644 --- a/bsp/stm32/stm32f469-st-disco/board/Kconfig +++ b/bsp/stm32/stm32f469-st-disco/board/Kconfig @@ -19,7 +19,7 @@ menu "Onboard Peripheral Drivers" config BSP_USING_LVGL_DEMO bool "Enable LVGL demo" select PKG_USING_LV_MUSIC_DEMO - default n + default y endif config BSP_USING_ARDUINO diff --git a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig index 877a0d2578471c1b2a67754cf4a71294bc2e9335..62d93ee6fe839d09f6c2e030f2cea70d08dddbbc 100644 --- a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig +++ b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig @@ -103,7 +103,7 @@ menu "Onboard Peripheral Drivers" if BSP_USING_LVGL config BSP_USING_LVGL_DEMO bool "Enable LVGL demo" - default n + default y endif config BSP_USING_SDCARD