Adafruit_SPIFlash icon indicating copy to clipboard operation
Adafruit_SPIFlash copied to clipboard

Is it possible to format in FAT32?

Open rtek1000 opened this issue 3 months ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Is it possible to format in FAT32?

Describe the solution you'd like A clear and concise description of what you want to happen.

Do you have an example?

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

The Dwin display needs an SD card to be updated, so I'm thinking about using an ESP32 with remote access and saving the files on the SD card, but it may be necessary at some point to have to format the card in FAT32 and 4096.

The files are less than 16MB, so it should be possible to use SPI memory (I haven't yet confirmed whether the Dwin display accesses the card via SPI).

https://github.com/adafruit/Adafruit_SPIFlash/blob/master/examples/SdFat_format/SdFat_format.ino

rtek1000 avatar Mar 10 '24 04:03 rtek1000