mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
chore(kconfig): move use_vector to correct place (#5995)
This commit is contained in:
parent
c6c2c1e961
commit
83b66d5374
12
Kconfig
12
Kconfig
@ -353,6 +353,12 @@ menu "LVGL configuration"
|
|||||||
depends on LV_USE_DRAW_VG_LITE
|
depends on LV_USE_DRAW_VG_LITE
|
||||||
help
|
help
|
||||||
The memory usage of a single gradient image is radial grad radius * 4 bytes.
|
The memory usage of a single gradient image is radial grad radius * 4 bytes.
|
||||||
|
|
||||||
|
config LV_USE_VECTOR_GRAPHIC
|
||||||
|
bool "Use Vector Graphic APIs"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enable drawing support vector graphic APIs.
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Feature Configuration"
|
menu "Feature Configuration"
|
||||||
@ -1140,12 +1146,6 @@ menu "LVGL configuration"
|
|||||||
config LV_USE_RLOTTIE
|
config LV_USE_RLOTTIE
|
||||||
bool "Lottie library"
|
bool "Lottie library"
|
||||||
|
|
||||||
config LV_USE_VECTOR_GRAPHIC
|
|
||||||
bool "Enable Vector Graphic APIs"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Enable drawing support vector graphic APIs.
|
|
||||||
|
|
||||||
config LV_USE_THORVG
|
config LV_USE_THORVG
|
||||||
bool "ThorVG library"
|
bool "ThorVG library"
|
||||||
choice
|
choice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user