[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:
parent
656f0e3d23
commit
0ac8f72037
|
@ -1,2 +0,0 @@
|
|||
This folder is for LVGL Squareline Studio
|
||||
|
|
@ -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')
|
|
@ -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();
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue