FastLED 3.9.15
Loading...
Searching...
No Matches
file_system.h File Reference
#include "fl/stl/int.h"
#include "fl/stl/shared_ptr.h"
#include "fl/stl/fstream.h"
#include "fl/stl/flat_map.h"
#include "fl/stl/string.h"
#include "fl/fx/video.h"
#include "fl/codec/jpeg.h"
#include "fl/stl/compiler_control.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for file_system.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::FileSystem
 
class  fl::FsImpl
 
struct  fl::FsImpl::Visitor
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::json2
 

Typedefs

using fl::Mp3DecoderPtr = fl::shared_ptr<Mp3Decoder>
 

Functions

 fl::FASTLED_SHARED_PTR (FileSystem)
 
 fl::FASTLED_SHARED_PTR (FsImpl)
 
FramePtr fl::loadJpegFromSD (int cs_pin, const char *filepath, const JpegConfig &config=JpegConfig(), fl::string *error_message=nullptr)
 
FsImplPtr fl::make_sdcard_filesystem (int cs_pin)