fix(fs): remove Arduino SD initialization (#6725)

This commit is contained in:
Liam
2024-08-23 02:16:52 -04:00
committed by GitHub
parent f874ab3e9a
commit 69d440335f
6 changed files with 1 additions and 42 deletions

View File

@@ -17,8 +17,7 @@ Usage
-----
Enable :c:macro:`LV_USE_FS_ARDUINO_SD` and define a :c:macro:`LV_FS_ARDUINO_SD_LETTER` in ``lv_conf.h``.
You probably need to configure the :c:macro:`LV_FS_ARDUINO_SD_CS_PIN` and :c:macro:`LV_FS_ARDUINO_SD_FREQUENCY` that
corresponds to the pin connected and the frequency used by the chip of the SD CARD.
You will need to initialize the SD card before LVGL can use it (i.e. :cpp:expr:`SD.begin(0, SPI, 40000000)`).
API