-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Hello Bodmer,
First, thanks for your libraries, I have been using them for a range of educational projects with many hardware setups and great results.
My issue is with an ESP32 S2 that's equipped with ST7789 screen and SD card.
Your library updates have brought this to life for JPGs from SPIFFS but the example file SD_Jpg cannot start SD.begin().
I use SD_CS 10 (which works accessing the SD card using an Adafruit app SD.h
#define HAS_SDCARD
#define SD_CS_PIN 10
#define SD_MOSI_PIN 11
#define SD_SCK_PIN 12
#define SD_MISO_PIN 13
I'd appreciate any assistance.
Regards
(Unit working with SPIFFS jpg)