[English]

Arduino ESP littlefs(Arduino ESP 小文件)

显示原文

LittleFS is a little fail-safe filesystem designed for microcontrollers and integrated in the Arduino framework when used with ESP32 and ESP8266.

Detailed introduction:


LittleFS 是一个小型故障安全文件系统,专为微控制器设计并集成在 Arduino 框架中 与 ESP32 和 ESP8266 一起使用时。

详细介绍: - https://github.com/esp8266/Arduino - https://github.com/espressif/arduino-esp32

Usage

显示原文

Enable LV_USE_FS_ARDUINO_ESP_LITTLEFS and define a LV_FS_ARDUINO_ESP_LITTLEFS_LETTER in lv_conf.h.


启用 LV_USE_FS_ARDUINO_ESP_LITTLEFS 并在 lv_conf.h 中定义 LV_FS_ARDUINO_ESP_LITTLEFS_LETTER

API