diff --git a/components/gui/Kconfig b/components/gui/Kconfig index ca03f21339c482b4cf2f2efe9ec5acd08a2e192d..5d97211a5b4d070bcdb2e56e58699020b075527e 100644 --- a/components/gui/Kconfig +++ b/components/gui/Kconfig @@ -56,6 +56,10 @@ config RTGUI_IMAGE_BMP bool "Support BMP image format" default n +config RTGUI_IMAGE_CONTAINER + bool "Use image container" + default n + endif endmenu