Skip to content

Commit 0ac8f72

Browse files
authored
[lvgl] remove suareline studio specific support for imxrt1060 (#6261)
* [lvgl] PKG_USING_LV_MUSIC_DEMO defaults by yes * [lvgl] remove specific suppport for imxrt1060 lvgl/lvgl#3566
1 parent 656f0e3 commit 0ac8f72

File tree

10 files changed

+7
-41
lines changed

10 files changed

+7
-41
lines changed

bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/SConscript

Lines changed: 0 additions & 13 deletions
This file was deleted.

bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/ui/lv_ui_entry.c

Lines changed: 0 additions & 15 deletions
This file was deleted.

bsp/imxrt/imxrt1060-nxp-evk/board/Kconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,7 @@ menu "Onboard Peripheral Drivers"
101101
config BSP_USING_LVGL_DEMO
102102
bool "Enable LVGL demo"
103103
select PKG_USING_LV_MUSIC_DEMO
104-
default n
105-
106-
config BSP_USING_LVGL_SQUARELINE
107-
bool "Support LVGL SuqareLine Studio"
108-
default n
104+
default y
109105

110106
config BSP_USING_NXP_GUIGUIDER
111107
bool "Support NXP GUI Guider"

bsp/qemu-vexpress-a9/drivers/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if BSP_USING_LVGL
2828
config BSP_USING_LVGL_DEMO
2929
bool "Enable LVGL demo"
3030
select PKG_USING_LV_MUSIC_DEMO
31-
default n
31+
default y
3232
endif
3333

3434
config BSP_DRV_CLCD

bsp/raspberry-pico/libraries/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ menu "Onboard Peripheral Drivers"
1818
config BSP_USING_LVGL_DEMO
1919
bool "Enable LVGL demo"
2020
select PKG_USING_LV_MUSIC_DEMO
21-
default n
21+
default y
2222
endif
2323
endmenu
2424

bsp/simulator/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ menu "Peripheral Drivers"
5757
config BSP_USING_LVGL_DEMO
5858
bool "Enable LVGL demo"
5959
select PKG_USING_LV_MUSIC_DEMO
60-
default n
60+
default y
6161

6262
config BSP_LCD_WIDTH
6363
int "LCD width"

bsp/stm32/stm32f407-atk-explorer/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ menu "Onboard Peripheral Drivers"
9191
if BSP_USING_LVGL
9292
config BSP_USING_LVGL_DEMO
9393
bool "Enable LVGL demo"
94-
default n
94+
default y
9595
endif
9696

9797
config BSP_USING_SPI_FLASH

bsp/stm32/stm32f469-st-disco/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ menu "Onboard Peripheral Drivers"
1919
config BSP_USING_LVGL_DEMO
2020
bool "Enable LVGL demo"
2121
select PKG_USING_LV_MUSIC_DEMO
22-
default n
22+
default y
2323
endif
2424

2525
config BSP_USING_ARDUINO

bsp/stm32/stm32l475-atk-pandora/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ menu "Onboard Peripheral Drivers"
103103
if BSP_USING_LVGL
104104
config BSP_USING_LVGL_DEMO
105105
bool "Enable LVGL demo"
106-
default n
106+
default y
107107
endif
108108

109109
config BSP_USING_SDCARD

0 commit comments

Comments
 (0)