Home
last modified time | relevance | path

Searched refs:LV_FS_STDIO_LETTER (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.5.0/src/extra/libs/fsdrv/
Dlv_fs_stdio.c77 fs_drv.letter = LV_FS_STDIO_LETTER; in lv_fs_stdio_init()
324 #if defined(LV_FS_STDIO_LETTER) && LV_FS_STDIO_LETTER != '\0'
/lvgl-3.5.0/
Dlv_conf_template.h606 …#define LV_FS_STDIO_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
DKconfig906 config LV_FS_STDIO_LETTER config
/lvgl-3.5.0/src/
Dlv_conf_internal.h1970 #ifndef LV_FS_STDIO_LETTER
1972 #define LV_FS_STDIO_LETTER CONFIG_LV_FS_STDIO_LETTER macro
1974 …#define LV_FS_STDIO_LETTER '\0' /*Set an upper cased letter on which the drive will accessible… macro
/lvgl-3.5.0/docs/
DCHANGELOG.md292 - fix(Kconfig): change the type of LV_FS_STDIO_LETTER from string to int [`3282`](https://github.co…