Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/docs/details/main-components/
Dindex.rst17 fs
/lvgl-latest/docs/details/libs/
Dindex.rst17 fs
/lvgl-latest/demos/music/assets/
Dspectrum.py19 fs = int(len(S) / fn) variable
/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c386 unsigned int fs = lv_opengles_shader_compile(GL_FRAGMENT_SHADER, fragmentShader); in lv_opengles_shader_create() local
389 GL_CALL(glAttachShader(program, fs)); in lv_opengles_shader_create()
394 GL_CALL(glDeleteShader(fs)); in lv_opengles_shader_create()
/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst123 - `filesystem <https://github.com/lvgl/lv_binding_js/blob/master/doc/jsapi/fs.md>`__
/lvgl-latest/docs/
DCHANGELOG.rst47 - **feat(fs): default drive letter + ESP FS docs** `6367 <https://github.com/lvgl/lvgl/pull/6367>`__
104 - **feat(fs): file writes update the file cache** `6186 <https://github.com/lvgl/lvgl/pull/6186>`__
125 - **feat(fs): add profiler hook** `6056 <https://github.com/lvgl/lvgl/pull/6056>`__
145 - **feat(fs): add Arduino ESP LittleFS driver** `5905 <https://github.com/lvgl/lvgl/pull/5905>`__
193 - **fix(fs): remove Arduino SD initialization** `6725 <https://github.com/lvgl/lvgl/pull/6725>`__
/lvgl-latest/
DKconfig1537 bool "Enable fs profiler"