/lvgl-latest/scripts/gen_json/ |
D | gen_json.py | 279 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/ |
D | built_in_font_gen.py | 39 parser.add_argument('--compressed', action='store_true', 41 parser.add_argument('--subpx', action='store_true',
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_glfw_window.c | 47 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/ |
D | main.py | 229 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/ |
D | getting_lvgl.rst | 24 examples and demos directories, no extra action is required.
|
D | threading.rst | 104 (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__.py | 372 action='store' 378 action='store' 384 action='store_true'
|
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 233 int8_t action = actions[i][j][0]; in test_write_read_random() local 235 switch(action) { in test_write_read_random()
|
/lvgl-latest/scripts/ |
D | release_branch_updater.py | 21 arg_parser.add_argument("--dry-run", action="store_true")
|
D | LVGLImage.py | 1330 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/ |
D | CODE_OF_CONDUCT.rst.back | 43 corrective action in response to any instances of unacceptable behavior.
|
D | CHANGELOG.rst | 429 - **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…
|
D | CONTRIBUTING.rst | 171 action is needed. If you are unsure feel free to ask us in a comment.
|
D | CODING_STYLE.rst | 26 - followed by the action (for functions): *set*, *get*, etc.
|
/lvgl-latest/docs/details/main-components/ |
D | timer.rst | 155 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.
|
D | indev.rst | 122 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/ |
D | arm.rst | 12 No specific action is required. Any compiler that supports the target Arm architecture can be used …
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 41 `NX <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629474>`__,
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 437 2. Check out the `Online Demos`_ to see LVGL in action. (3 minutes)
|
/lvgl-latest/ |
D | README.md | 422 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes).
|
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 612 const char *action, int sourceLine); 7962 const char *action, int sourceLine) { in entityTrackingReportStats() argument 7980 entity->is_param ? "%" : "&", entityName, action, entity->textLen, in entityTrackingReportStats()
|