Home
last modified time | relevance | path

Searched full:action (Results 1 – 25 of 32) sorted by relevance

12

/lvgl-3.4.0/.github/workflows/
Dcompile_docs.yml56 uses: hendrikmuhs/ccache-action@v1
68 uses: JamesIves/github-pages-deploy-action@3.7.1
73 BRANCH: gh-pages # The branch the action should deploy to.
74 FOLDER: out_html # The folder the action should deploy.
82 uses: JamesIves/github-pages-deploy-action@3.7.1
87 BRANCH: gh-pages # The branch the action should deploy to.
88 FOLDER: out_html # The folder the action should deploy.
Dccpp.yml41 uses: codecov/codecov-action@v2
66 - uses: uraimo/run-on-arch-action@v2.1.1
Darduino.yml12 - uses: arduino/arduino-lint-action@v1
Dbuild_micropython.yml55 uses: carlosperate/arm-none-eabi-gcc-action@v1.3.0
/lvgl-3.4.0/env_support/cmsis-pack/
Dgen_pack.sh71 echo "Action: Add 7zip to your path"
83 echo "Action: Add PackChk to your path"
98 echo "Action: Add xmllint to your path"
117 echo "Action: Delete unused pdsc files"
/lvgl-3.4.0/docs/
DCHANGELOG.md242 - ci apply my updates to the verify-formatting action [`02f02fa`](https://github.com/littlevgl/lvgl…
243 - ci: add arduino linter action [`f79b00c`](https://github.com/littlevgl/lvgl/commit/f79b00cce0d31c…
244 - ci update action [`be9722c`](https://github.com/littlevgl/lvgl/commit/be9722c420a1ac2e9efde79135b…
245 - ci more formatting action updates [`1f6037c`](https://github.com/littlevgl/lvgl/commit/1f6037ce98…
253 - ci more debugging for formatting action [`2f8e4bc`](https://github.com/littlevgl/lvgl/commit/2f8e…
262 - ci fix check style action [`5bb3686`](https://github.com/littlevgl/lvgl/commit/5bb3686ea8b6feb55d…
263 - ci fix typo in formatting action [`d1ccbf6`](https://github.com/littlevgl/lvgl/commit/d1ccbf607fd…
264 - ci test formatting action [`065d821`](https://github.com/littlevgl/lvgl/commit/065d821c7050af6ad9…
265 - ci(micropython) switch to newer GCC action [`1fa7257`](https://github.com/littlevgl/lvgl/commit/1…
DCODE_OF_CONDUCT.md27 …ptable behavior and are expected to take appropriate and fair corrective action in response to any…
DCODING_STYLE.md13 * followed by the action (for functions): *set*, *get*, *refr* etc.
/lvgl-3.4.0/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-3.4.0/src/misc/
Dlv_types.h43 LV_RES_INV = 0, /*Typically indicates that the object is deleted (become invalid) in the action
45 LV_RES_OK, /*The object is valid (no deleted) after the action*/
Dlv_printf.h21 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
/lvgl-3.4.0/tests/
Dmain.py170 parser.add_argument('--clean', action='store_true', default=False,
172 parser.add_argument('--report', action='store_true',
/lvgl-3.4.0/.github/
Dauto-comment.yml12 …No further action is required if your contribution fulfills the DCO. If you are not sure about it …
/lvgl-3.4.0/
DLICENCE.txt8 …LDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT …
DREADME.md120 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes)
/lvgl-3.4.0/src/draw/nxp_pxp/
Dlv_gpu_nxp_pxp_osa.h24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
Dlv_gpu_nxp_pxp_osa.c24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
Dlv_gpu_nxp_pxp.h24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
/lvgl-3.4.0/docs/get-started/
Dindex.md8 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes)
Dnuttx.md26 …c library called [NX](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629474),…
/lvgl-3.4.0/docs/overview/
Dtimer.md65 In some cases, you can't perform an action immediately. For example, you can't delete an object bec…
/lvgl-3.4.0/docs/porting/
Dproject.md36 …ders too. `make` and `CMake` handles the examples and demos, so no extra action required in these …
/lvgl-3.4.0/src/core/
Dlv_indev.h42 * Get the currently processed input device. Can be used in action functions too.
/lvgl-3.4.0/src/draw/nxp_vglite/
Dlv_gpu_nxp_vglite.h24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
/lvgl-3.4.0/src/hal/
Dlv_hal_indev.h96 /** Called when an action happened on the input device.

12