From 90d0f3592dec0d82016ded522b3ea3a544d496ad Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Sat, 4 Nov 2017 14:45:32 +0800 Subject: [PATCH] [gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER' --- components/gui/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/gui/Kconfig b/components/gui/Kconfig index ca03f2133..5d97211a5 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