FastLED 3.9.15
Loading...
Searching...
No Matches

◆ openRead()

fl::ifstream fl::FileSystem::openRead ( const char * path)

Definition at line 165 of file file_system.cpp.hpp.

165 {
166 return fl::ifstream(mFs->openRead(path));
167}
FsImplPtr mFs
Definition file_system.h:82

References mFs.

Referenced by loadJpeg(), openMp3(), openMpeg1Video(), openVideo(), and readText().

+ Here is the caller graph for this function: