mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 05:26:18 +08:00
feat(drv): Implement Arduino SD driver (#5968)
This commit is contained in:
@@ -1102,6 +1102,21 @@ menu "LVGL configuration"
|
||||
default 0
|
||||
depends on LV_USE_FS_ARDUINO_ESP_LITTLEFS
|
||||
|
||||
config LV_USE_FS_ARDUINO_SD
|
||||
bool "File system on top of Arduino SD API"
|
||||
config LV_FS_ARDUINO_SD_LETTER
|
||||
int "Set an upper cased letter on which the drive will accessible (e.g. 'A' i.e. 65)"
|
||||
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