diff --git a/Kconfig b/Kconfig index 458326b681..5d206a426b 100644 --- a/Kconfig +++ b/Kconfig @@ -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