feat(draw_sw): implemented radial gradient background (#6170)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com> Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
8
Kconfig
8
Kconfig
@@ -229,6 +229,14 @@ menu "LVGL configuration"
|
||||
0: use a simple renderer capable of drawing only simple rectangles with gradient, images, texts, and straight lines only,
|
||||
1: use a complex renderer capable of drawing rounded corners, shadow, skew lines, and arcs too.
|
||||
|
||||
config LV_USE_DRAW_SW_COMPLEX_GRADIENTS
|
||||
bool "Enable drawing complex gradients in software"
|
||||
default n
|
||||
depends on LV_USE_DRAW_SW
|
||||
help
|
||||
0: do not enable complex gradients
|
||||
1: enable complex gradients (linear at an angle, radial or conical)
|
||||
|
||||
config LV_DRAW_SW_SHADOW_CACHE_SIZE
|
||||
int "Allow buffering some shadow calculation"
|
||||
depends on LV_DRAW_SW_COMPLEX
|
||||
|
||||
Reference in New Issue
Block a user