build(kconfig): add missing argb8888 premultiplied setting (#8997)

This commit is contained in:
André Costa
2025-10-06 09:37:09 +02:00
committed by GitHub
parent c91452d7df
commit 7c5c3146b5
+5
View File
@@ -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