浏览代码

Merge pull request #1087 from enkiller/development

[gui]默认支持png格式图片
Bernard Xiong 7 年之前
父节点
当前提交
514b39bb5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/gui/Kconfig

+ 1 - 1
components/gui/Kconfig

@@ -52,7 +52,7 @@ endchoice
 
 choice
     prompt "PNG image format"
-    default RTGUI_IMAGE_PNG_NONE
+    default RTGUI_IMAGE_LODEPNG
 
     config RTGUI_IMAGE_PNG_NONE
         bool "No PNG image format"