Home
last modified time | relevance | path

Searched refs:S (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/demos/music/assets/
Dspectrum.py11 S = np.abs(spectrum) variable
17 fs = int(len(S) / fn)
19 for t in range(0,len(S[0]-1)):
24 for i in range(f_prev, f): v += S[i][t]
/lvgl-latest/docs/overview/
Dfile-system.md5 For example, if an SD card is associated with the letter `'S'`, a file can be reached using `"S:pat…
19 drv.letter = 'S'; /*An uppercase letter to identify the drive */
51 `path` is the path after the drive letter (e.g. "S:path/to/file.txt" -> "path/to/file.txt"). `mode`…
73 res = lv_fs_open(&f, "S:folder/file.txt", LV_FS_MODE_RD);
89 res = lv_fs_dir_open(&dir, "S:/folder");
Dimage.md120 lv_img_set_src(icon, "S:my_icon.bin");
/lvgl-latest/docs/libs/
Dfsdrv.md40 …conf.h` enable `LV_USE_FS_...` and assign an upper cased letter to `LV_FS_..._LETTER` (e.g. `'S'`).
41 After that you can access files using that driver letter. E.g. `"S:path/to/file.txt"`.
Dgif.md17 lv_gif_set_src(obj, "S:path/to/example.gif");
Dbmp.md10 lv_img_set_src(my_img, "S:path/to/picture.bmp");
Dsjpg.md21 lv_img_set_src(my_img, "S:path/to/picture.jpg");
/lvgl-latest/docs/get-started/platforms/
Dtasmota-berry.md7 Tasmota provides access to hundreds of supported devices, full support of MQTT, HTTP(S), integratio…
/lvgl-latest/docs/widgets/core/
Dimg.md29 To set an image sourced from a file, use `lv_img_set_src(img, "S:folder1/my_img.bin")`.
/lvgl-latest/scripts/
DDoxyfile1544 # search using the keyboard; to jump to the search box use <access key> + S