mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 05:26:18 +08:00
build(kconfig): add missing argb8888 premultiplied setting (#8997)
This commit is contained in:
@@ -257,6 +257,11 @@ menu "LVGL configuration"
|
||||
default y
|
||||
depends on LV_USE_DRAW_SW
|
||||
|
||||
config LV_DRAW_SW_SUPPORT_ARGB8888_PREMULTIPLIED
|
||||
bool "Enable support for ARGB8888 premultiplied color format"
|
||||
default y
|
||||
depends on LV_USE_DRAW_SW
|
||||
|
||||
config LV_DRAW_SW_SUPPORT_L8
|
||||
bool "Enable support for L8 color format"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user