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

@@ -741,8 +741,6 @@
#define LV_USE_FS_ARDUINO_SD 0
#if LV_USE_FS_ARDUINO_SD
#define LV_FS_ARDUINO_SD_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
#define LV_FS_ARDUINO_SD_CS_PIN 0 /*Set the pin connected to the chip select line of the SD card */
#define LV_FS_ARDUINO_SD_FREQUENCY 40000000 /*Set the frequency used by the chip of the SD CARD */
#endif
/*LODEPNG decoder library*/