mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-07-30 02:37:33 +02:00
Update ESP32_SDcard_jpeg.ino
This commit is contained in:
@ -36,7 +36,7 @@ void setup() {
|
||||
|
||||
tft.begin();
|
||||
|
||||
if (!SD.begin()) {
|
||||
if (!SD.begin(5, tft.getSPIinstance())) {
|
||||
Serial.println("Card Mount Failed");
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user