[lvgl] remove suareline studio specific support for imxrt1060 (#6261)

* [lvgl] PKG_USING_LV_MUSIC_DEMO defaults by yes

* [lvgl] remove specific suppport for imxrt1060
https://github.com/lvgl/lvgl/pull/3566
This commit is contained in:
Man, Jianting (Meco) 2022-08-13 22:02:41 -04:00 committed by GitHub
parent 656f0e3d23
commit 0ac8f72037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 7 additions and 41 deletions

View File

@ -1,2 +0,0 @@
This folder is for LVGL Squareline Studio

View File

@ -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')

View File

@ -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();
}

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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