Merge pull request #951 from enkiller/gui_modify_Kconfig

[gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER'
This commit is contained in:
Bernard Xiong 2017-11-04 14:49:53 +08:00 committed by GitHub
commit 6be1bd1c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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