mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-29 06:36:05 +08:00
fix(fs): remove Arduino SD initialization (#6725)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user