FastLED 3.9.15
Loading...
Searching...
No Matches
fl::FileSystem Class Reference

Detailed Description

Definition at line 40 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, fl::size pixelsPerFrame, float fps=30.0f, fl::size nFrameHistory=0)
 
bool readJson (const char *path, Json *doc)
 
bool readScreenMap (const char *path, const char *name, ScreenMap *out, string *error=nullptr)
 
bool readScreenMaps (const char *path, fl::fl_map< string, ScreenMap > *out, string *error=nullptr)
 
bool readText (const char *path, string *out)
 

Private Attributes

FsImplPtr mFs
 

The documentation for this class was generated from the following files: