FabGL
ESP32 Display Controller and Graphics Library
|
|
static |
Mounts filesystem on SD Card.
formatOnFail | Formats SD Card when it cannot be mounted. |
mountPath | Mount directory (ex. "/sdcard"). |
maxFiles | Number of files that can be open at the time (default 4). |
allocationUnitSize | Allocation unit size (default 16K). |
MISO | Pin for MISO signal (default 16 for WROOM-32, 2 for PICO-D4). |
MOSI | Pin for MOSI signal (default 17 for WROOM-32, 12 for PICO-D4). |
CLK | Pin for CLK signal (default 14). |
CS | Pin for CS signal (default 13). |
Example:
// Mount SD Card FileBrowser::mountSDCard(false, "/sdcard");
Definition at line 1181 of file fabutils.cpp.