mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 00:58:55 +00:00
v1.2.1
This commit is contained in:
@@ -219,6 +219,12 @@ if AIC_WIDGETS_DEMO
|
||||
|
||||
config AIC_IMAGE_USAGE_DEMO
|
||||
bool "LVGL image usage demo"
|
||||
|
||||
config AIC_LYRICS_DEMO
|
||||
bool "LVGL lyrics demo (only use by ArtInChip)"
|
||||
|
||||
config AIC_SWIPE_V1_DEMO
|
||||
bool "LVGL swipe v1 demo"
|
||||
endchoice
|
||||
endif
|
||||
|
||||
@@ -247,6 +253,9 @@ config AIC_LVGL_LAUNCHER_DEMO
|
||||
config AIC_LVGL_DASHBOARD_DEMO
|
||||
bool "LVGL dashboard demo"
|
||||
|
||||
config AIC_LVGL_SERIAL_DEMO
|
||||
bool "LVGL serial demo"
|
||||
|
||||
config AIC_LVGL_ELEVATOR_DEMO
|
||||
bool "LVGL elevator demo"
|
||||
|
||||
@@ -256,6 +265,9 @@ config AIC_LVGL_SLIDE_DEMO
|
||||
config AIC_LVGL_SIMPLE_PLAYER_DEMO
|
||||
bool "LVGL simple player demo"
|
||||
|
||||
config AIC_LVGL_INPUT_TEST_DEMO
|
||||
bool "LVGL input test demo"
|
||||
|
||||
config AIC_LVGL_GIF_DEMO
|
||||
bool "LVGL gif demo"
|
||||
|
||||
@@ -263,6 +275,9 @@ config AIC_LVGL_MUSIC_DEMO
|
||||
bool "LVGL music demos"
|
||||
select LPKG_LVGL_USING_DEMOS
|
||||
|
||||
config AIC_LVGL_RTP_RECALIBRATE_DEMO
|
||||
bool "LVGL rtp recalibrate demo"
|
||||
|
||||
config AIC_LVGL_DEMO_WIDGETS
|
||||
bool "LVGL widgets demos"
|
||||
select LPKG_LVGL_USING_DEMOS
|
||||
@@ -339,13 +354,6 @@ config MPP_JPEG_DEC_OUT_SIZE_LIMIT_ENABLE
|
||||
default n
|
||||
depends on LPKG_USING_LVGL
|
||||
|
||||
if !AIC_LVGL_MUSIC_DEMO && !AIC_LVGL_DEMO_WIDGETS && !AIC_LVGL_DEMO_BENCHMARK
|
||||
config LV_USE_CONF_CUSTOM
|
||||
bool "LVGL use custom config"
|
||||
default y
|
||||
depends on LPKG_USING_LVGL
|
||||
endif
|
||||
|
||||
if MPP_JPEG_DEC_OUT_SIZE_LIMIT_ENABLE
|
||||
config MPP_JPEG_DEC_MAX_OUT_WIDTH
|
||||
int "Max output width of MPP JPEG decoder"
|
||||
@@ -356,6 +364,23 @@ if MPP_JPEG_DEC_OUT_SIZE_LIMIT_ENABLE
|
||||
default 2048
|
||||
endif
|
||||
|
||||
if !AIC_LVGL_MUSIC_DEMO && !AIC_LVGL_DEMO_WIDGETS && !AIC_LVGL_DEMO_BENCHMARK
|
||||
config LV_USE_CONF_CUSTOM
|
||||
bool "LVGL use custom config"
|
||||
default y
|
||||
depends on LPKG_USING_LVGL
|
||||
endif
|
||||
|
||||
config LV_MEM_HEAP_ADAPTIVE_SUPPORT
|
||||
bool "LVGL mem heap adaptive support"
|
||||
default n
|
||||
depends on LVGL_V_9
|
||||
|
||||
config LV_USE_CMA_HEAP_LOW_LIMIT
|
||||
int "LVGL use cmp heap low limit(Bytes)"
|
||||
default 50000
|
||||
depends on LV_MEM_HEAP_ADAPTIVE_SUPPORT
|
||||
|
||||
# Parameters for LVGL meter demo
|
||||
if AIC_LVGL_METER_DEMO
|
||||
config LV_METER_SIMPLE_POINT
|
||||
|
||||
Reference in New Issue
Block a user