Explorar el Código

[gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER'

tangyuxin hace 7 años
padre
commit
90d0f3592d
Se han modificado 1 ficheros con 4 adiciones y 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