feat(fs): default drive letter + ESP FS docs (#6367)

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
becseya
2024-08-21 11:47:29 +02:00
committed by GitHub
parent 5f7a5605cd
commit a476098fcc
24 changed files with 333 additions and 39 deletions

View File

@@ -9,6 +9,10 @@ any type of file system. A file system is identified by an assigned
drive letter. For example, if an SD card is associated with the letter
``'S'``, a file can be reached using ``"S:path/to/file.txt"``.
.. note::
If you want to skip the drive prefix from the path, you can use the :c:macro:`LV_FS_DEFAULT_DRIVE_LETTER` config parameter.
Ready to use drivers
********************