Explorar o código

Merge pull request #951 from enkiller/gui_modify_Kconfig

[gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER'
Bernard Xiong %!s(int64=7) %!d(string=hai) anos
pai
achega
6be1bd1c89
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      components/gui/Kconfig

+ 4 - 0
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