Searched refs:S (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/demos/music/assets/ |
D | spectrum.py | 11 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/ |
D | file-system.md | 5 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");
|
D | image.md | 120 lv_img_set_src(icon, "S:my_icon.bin");
|
/lvgl-latest/docs/libs/ |
D | fsdrv.md | 40 …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"`.
|
D | gif.md | 17 lv_gif_set_src(obj, "S:path/to/example.gif");
|
D | bmp.md | 10 lv_img_set_src(my_img, "S:path/to/picture.bmp");
|
D | sjpg.md | 21 lv_img_set_src(my_img, "S:path/to/picture.jpg");
|
/lvgl-latest/docs/get-started/platforms/ |
D | tasmota-berry.md | 7 Tasmota provides access to hundreds of supported devices, full support of MQTT, HTTP(S), integratio…
|
/lvgl-latest/docs/widgets/core/ |
D | img.md | 29 To set an image sourced from a file, use `lv_img_set_src(img, "S:folder1/my_img.bin")`.
|
/lvgl-latest/scripts/ |
D | Doxyfile | 1544 # search using the keyboard; to jump to the search box use <access key> + S
|