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
-8
View File
@@ -1210,14 +1210,6 @@ menu "LVGL configuration"
int "Set an upper cased letter on which the drive will accessible (e.g. 65 for 'A')"
default 0
depends on LV_USE_FS_ARDUINO_SD
config LV_FS_ARDUINO_SD_CS_PIN
int "Set the pin connected to the chip select line of the SD card"
default 0
depends on LV_USE_FS_ARDUINO_SD
config LV_FS_ARDUINO_SD_FREQUENCY
int "Set the frequency used by the chip of the SD CARD"
default 40000000
depends on LV_USE_FS_ARDUINO_SD
config LV_USE_LODEPNG
bool "PNG decoder library"