Problem reading images from sd in cardpuer
-
Helo, I'm trying to display images from de sd to the cardputer but it does not work, it has installed the UIFLOW 2.0.8 and it can display the internal images in the internal memori but it does not display anything when selecting the sd
import os, sys, io
import M5
from M5 import Display
import random
import time
from hardware import sdcard
M5.begin()
sdcard.SDCard(slot=3, width=1, sck=40, miso=39, mosi=14, cs=12, freq=1000000)
Display.drawImage("flash/res/img/uiflow.png", 50, 100)
Display.drawImage("flash/flash/sd/uiflow.png", 0, 0)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login