소스 검색

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"