Home
last modified time | relevance | path

Searched refs:action (Results 1 – 21 of 21) sorted by relevance

/lvgl-latest/scripts/gen_json/
Dgen_json.py279 action='store',
289 action='store',
296 action='store_true',
313 action="store",
320 action='store_true',
326 action='store_true',
/lvgl-latest/scripts/built_in_font/
Dbuilt_in_font_gen.py39 parser.add_argument('--compressed', action='store_true',
41 parser.add_argument('--subpx', action='store_true',
/lvgl-latest/src/drivers/glfw/
Dlv_glfw_window.c47 static void key_callback(GLFWwindow * window, int key, int scancode, int action, int mods);
48 static void mouse_button_callback(GLFWwindow * window, int button, int action, int mods);
334 static void key_callback(GLFWwindow * window, int key, int scancode, int action, int mods) in key_callback() argument
338 if(key == GLFW_KEY_ESCAPE && action == GLFW_PRESS) { in key_callback()
344 static void mouse_button_callback(GLFWwindow * window, int button, int action, int mods) in mouse_button_callback() argument
349 …lv_window->mouse_last_state = action == GLFW_PRESS ? LV_INDEV_STATE_PRESSED : LV_INDEV_STATE_RELEA… in mouse_button_callback()
/lvgl-latest/tests/
Dmain.py229 parser.add_argument('--clean', action='store_true', default=False,
231 parser.add_argument('--report', action='store_true',
237 parser.add_argument('--update-image', action='store_true', default=False,
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dgetting_lvgl.rst24 examples and demos directories, no extra action is required.
Dthreading.rst104 (or an :ref:`LVGL Timer <timer>` you create) can read from and take action.
142 guarantees that each action started is allowed to complete before another action with
/lvgl-latest/tests/micropy_test/
D__init__.py372 action='store'
378 action='store'
384 action='store_true'
/lvgl-latest/tests/src/test_cases/
Dtest_fs.c233 int8_t action = actions[i][j][0]; in test_write_read_random() local
235 switch(action) { in test_write_read_random()
/lvgl-latest/scripts/
Drelease_branch_updater.py21 arg_parser.add_argument("--dry-run", action="store_true")
DLVGLImage.py1330 parser.add_argument('--rgb565dither', action='store_true',
1333 parser.add_argument('--premultiply', action='store_true',
1357 parser.add_argument('-v', '--verbose', action='store_true')
/lvgl-latest/docs/
DCODE_OF_CONDUCT.rst.back43 corrective action in response to any instances of unacceptable behavior.
DCHANGELOG.rst429 - **chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.2 to 1.9.0** `6620 <https://gi…
430 - **chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3** `6621 <https://git…
453 - **chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1** `6323 <https://git…
454 - **chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.1 to 1.8.2** `6322 <https://gi…
464 - **chore(deps): bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0** `6164 <https://git…
465 - **chore(deps): bump uraimo/run-on-arch-action from 2.7.1 to 2.7.2** `6165 <https://github.com/lvg…
DCONTRIBUTING.rst171 action is needed. If you are unsure feel free to ask us in a comment.
DCODING_STYLE.rst26 - followed by the action (for functions): *set*, *get*, etc.
/lvgl-latest/docs/details/main-components/
Dtimer.rst155 return early before it has processed any timers), if you want to take some action
165 There are several cases in which you may not want to perform an action immediately.
Dindev.rst122 If you did some action on a gesture you can call
489 a press/release action at the first index of the ``points_array`` will be performed (``{12,30}``).
/lvgl-latest/docs/details/integration/chip/
Darm.rst12 No specific action is required. Any compiler that supports the target Arm architecture can be used …
/lvgl-latest/docs/details/integration/os/
Dnuttx.rst41 `NX <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629474>`__,
/lvgl-latest/docs/intro/
Dbasics.rst437 2. Check out the `Online Demos`_ to see LVGL in action. (3 minutes)
/lvgl-latest/
DREADME.md422 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes).
/lvgl-latest/src/libs/expat/
Dxmlparse.c612 const char *action, int sourceLine);
7962 const char *action, int sourceLine) { in entityTrackingReportStats() argument
7980 entity->is_param ? "%" : "&", entityName, action, entity->textLen, in entityTrackingReportStats()