mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 22:30:49 +08:00
chore(Kconfig): clean up kconfig (#5232)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -136,14 +136,6 @@ menu "LVGL configuration"
|
|||||||
default 0x0
|
default 0x0
|
||||||
depends on LV_USE_BUILTIN_MALLOC
|
depends on LV_USE_BUILTIN_MALLOC
|
||||||
|
|
||||||
config LV_MEM_BUF_MAX_NUM
|
|
||||||
int "Number of the memory buffer"
|
|
||||||
default 16
|
|
||||||
help
|
|
||||||
Number of the intermediate memory buffer used during rendering and other
|
|
||||||
internal processing mechanisms. You will see an error log message if
|
|
||||||
there wasn't enough buffers.
|
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "HAL Settings"
|
menu "HAL Settings"
|
||||||
@@ -310,7 +302,7 @@ menu "LVGL configuration"
|
|||||||
Error diffusion dithering gets a much better visual result, but implies more CPU consumption and memory when drawing.
|
Error diffusion dithering gets a much better visual result, but implies more CPU consumption and memory when drawing.
|
||||||
The increase in memory consumption is (24 bits * object's width)
|
The increase in memory consumption is (24 bits * object's width)
|
||||||
|
|
||||||
config LV_DISP_ROT_MAX_BUF
|
config LV_DISPLAY_ROT_MAX_BUF
|
||||||
int "Maximum buffer size to allocate for rotation"
|
int "Maximum buffer size to allocate for rotation"
|
||||||
default 10240
|
default 10240
|
||||||
depends on LV_USE_DRAW_SW
|
depends on LV_USE_DRAW_SW
|
||||||
@@ -615,9 +607,6 @@ menu "LVGL configuration"
|
|||||||
bool "Set IRAM as LV_ATTRIBUTE_FAST_MEM"
|
bool "Set IRAM as LV_ATTRIBUTE_FAST_MEM"
|
||||||
help
|
help
|
||||||
Set this option to configure IRAM as LV_ATTRIBUTE_FAST_MEM
|
Set this option to configure IRAM as LV_ATTRIBUTE_FAST_MEM
|
||||||
|
|
||||||
config LV_USE_LARGE_COORD
|
|
||||||
bool "Extend the default -32k..32k coordinate range to -4M..4M by using int32_t for coordinates instead of int16_t"
|
|
||||||
endmenu
|
endmenu
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@@ -883,7 +872,7 @@ menu "LVGL configuration"
|
|||||||
bool "Button matrix."
|
bool "Button matrix."
|
||||||
default y if !LV_CONF_MINIMAL
|
default y if !LV_CONF_MINIMAL
|
||||||
config LV_USE_CANVAS
|
config LV_USE_CANVAS
|
||||||
bool "Canvas. Dependencies: lv_img."
|
bool "Canvas. Dependencies: lv_image."
|
||||||
select LV_USE_IMAGE
|
select LV_USE_IMAGE
|
||||||
default y if !LV_CONF_MINIMAL
|
default y if !LV_CONF_MINIMAL
|
||||||
config LV_USE_CHECKBOX
|
config LV_USE_CHECKBOX
|
||||||
@@ -968,7 +957,7 @@ menu "LVGL configuration"
|
|||||||
bool "Chart."
|
bool "Chart."
|
||||||
default y if !LV_CONF_MINIMAL
|
default y if !LV_CONF_MINIMAL
|
||||||
config LV_USE_IMAGEBUTTON
|
config LV_USE_IMAGEBUTTON
|
||||||
bool "Imgbtn."
|
bool "ImageButton."
|
||||||
default y if !LV_CONF_MINIMAL
|
default y if !LV_CONF_MINIMAL
|
||||||
config LV_USE_OBSERVER
|
config LV_USE_OBSERVER
|
||||||
bool "Observer."
|
bool "Observer."
|
||||||
@@ -1234,14 +1223,14 @@ menu "LVGL configuration"
|
|||||||
default n
|
default n
|
||||||
|
|
||||||
config LV_USE_IMGFONT
|
config LV_USE_IMGFONT
|
||||||
bool "draw img in label or span obj"
|
bool "draw image in label or span obj"
|
||||||
default n
|
default n
|
||||||
config LV_IMGFONT_PATH_MAX_LEN
|
config LV_IMGFONT_PATH_MAX_LEN
|
||||||
int "Imgfont image file path maximum length"
|
int "Imgfont image file path maximum length"
|
||||||
depends on LV_USE_IMGFONT
|
depends on LV_USE_IMGFONT
|
||||||
default 64
|
default 64
|
||||||
config LV_IMGFONT_USE_IMG_CACHE_HEADER
|
config LV_IMGFONT_USE_IMAGE_CACHE_HEADER
|
||||||
bool "Use img cache to buffer header information"
|
bool "Use image cache to buffer header information"
|
||||||
depends on LV_USE_IMGFONT
|
depends on LV_USE_IMGFONT
|
||||||
default n
|
default n
|
||||||
|
|
||||||
@@ -1542,6 +1531,7 @@ menu "LVGL configuration"
|
|||||||
config LV_USE_DEMO_VECTOR_GRAPHIC
|
config LV_USE_DEMO_VECTOR_GRAPHIC
|
||||||
bool "vector graphic demo"
|
bool "vector graphic demo"
|
||||||
default n
|
default n
|
||||||
|
depends on LV_USE_VECTOR_GRAPHIC
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user