소스 검색

[gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER'

tangyuxin 7 년 전
부모
커밋
90d0f3592d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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