Skip to content

ESP32 S2 SD card problem #1508

@cobungra

Description

@cobungra

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)

T8

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions