PICO ZERO -> SD card + TFT -> Jpeg display working!! #3765
TangerineDreamer
started this conversation in
Raspberry Pi Pico
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently i came across difficulties to make the sd card displaying jpeg on tft using esp32
I transformed an old sketch with pico zero wich list all files on a sd card and was nicely working,but this time
the jpeg are well showned on the tft.
of course you have to install first the pico boards with the philhower library:
https://github.com/earlephilhower/arduino-pico
1 -> the user setup:
2 -> the sketch:
I erased all what i don't need from the former sketch "ESP32_SDcard_jpeg)"
and especially the "sd card type" wich seems to be depreciated from SD.h,
if someone can look at and find why it's not recognized...
Then i'll have a look to see how to make it working with esp32 if i'm lucky :)
3 -> bonus: the sketch wich list all files from a sd card (pico zero,sd card & tft)
Have fun !!!
Beta Was this translation helpful? Give feedback.
All reactions