add web upload img display example

This commit is contained in:
0x1abin
2018-01-16 10:53:42 +08:00
parent 4a247245be
commit d51380055c
2 changed files with 3 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

+3
View File
@@ -0,0 +1,3 @@
from m5stack import *
lcd.image(0, 0, file="cooldog.jpg", scale=0, type=lcd.JPG)