乐鑫技术交流
直播中

王刚

7年用户 1265经验值
私信 关注
[问答]

求助,请问在Arduino中怎样配置LVGL8.1.0访问spiffs里面的字库或图片?

抱歉把Arduino的内容发在这个版块了.

在Arduino的示例中LITTLEFS_test.ino SPIFFS_Test.ino FFat_Test.ino已经测试成功, 并且使用ESP32 Sketch Data Upload 可以上传文件到对应的分区.

但是怎样在lv_conf.h中怎样配置这些选项

#define LV_USE_FS_STDIO ''        /*Uses fopen, fread, etc*/

//#define LV_FS_STDIO_PATH "/home/john/"    /*Set the working directory. If commented it will be "./" */



#define LV_USE_FS_POSIX  ''      /*Uses open, read, etc*/

//#define LV_FS_POSIX_PATH "/home/john/"    /*Set the working directory. If commented it will be "./" */



#define LV_USE_FS_WIN32 ''        /*Uses CreateFile, ReadFile, etc*/

//#define LV_FS_WIN32_PATH "C:\Users\john\"    /*Set the working directory. If commented it will be ".\" */



#define LV_USE_FS_FATFS ''        /*Uses f_open, f_read, etc*/

或者是要修改lv_port_fs.h来实现访问SPIFFS或者LITTLEFS分区文件的目的?

希望得到你们的指点,谢谢!

更多回帖

发帖
×
20
完善资料,
赚取积分