🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Problem reading images from sd in cardpuer

    UiFlow 2.0
    1
    1
    204
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Nathaniel_SM
      last edited by

      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)

      1 Reply Last reply Reply Quote 0
      • First post
        Last post