Sfoglia il codice sorgente

[gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER'

tangyuxin 7 anni fa
parent
commit
90d0f3592d
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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