diff --git a/examples/ImageJPG/cooldog.jpg b/examples/ImageJPG/cooldog.jpg new file mode 100644 index 0000000..49136f9 Binary files /dev/null and b/examples/ImageJPG/cooldog.jpg differ diff --git a/examples/ImageJPG/main.py b/examples/ImageJPG/main.py new file mode 100644 index 0000000..1b003c6 --- /dev/null +++ b/examples/ImageJPG/main.py @@ -0,0 +1,3 @@ +from m5stack import * + +lcd.image(0, 0, file="cooldog.jpg", scale=0, type=lcd.JPG) \ No newline at end of file