USERFS
From uGFX Wiki
The USERFS
allows the user to implement his own file system inside the application code without modifying the µGFX library. To do this, an instance of the GFILEVMT
struct must be created that is named FsUSERVMT
. The declaration of the GFILEVMT
struct can be found in the file /src/gfile/gfile_fs.h
.