FastLED 3.9.15
|
Definition at line 41 of file file_system.h.
#include <file_system.h>
Public Member Functions | |
FileSystem () | |
bool | begin (FsImplPtr platform_filesystem) |
bool | beginSd (int cs_pin) |
void | close (FileHandlePtr file) |
void | end () |
FileHandlePtr | openRead (const char *path) |
Video | openVideo (const char *path, size_t pixelsPerFrame, float fps=30.0f, size_t nFrameHistory=0) |
bool | readJson (const char *path, JsonDocument *doc) |
bool | readScreenMap (const char *path, const char *name, ScreenMap *out, Str *error=nullptr) |
bool | readScreenMaps (const char *path, FixedMap< Str, ScreenMap, 16 > *out, Str *error=nullptr) |
bool | readText (const char *path, Str *out) |
Private Attributes | |
FsImplPtr | mFs |