Difference between revisions of "USERFS"
From uGFX Wiki
(Created page with "The <code>USERFS</code> 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 <code>...") |
(No difference)
|
Latest revision as of 10:24, 9 January 2017
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
.