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)