You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered: