Searched full:action (Results 1 – 25 of 32) sorted by relevance
12
/lvgl-3.4.0/.github/workflows/ |
D | compile_docs.yml | 56 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.
|
D | ccpp.yml | 41 uses: codecov/codecov-action@v2 66 - uses: uraimo/run-on-arch-action@v2.1.1
|
D | arduino.yml | 12 - uses: arduino/arduino-lint-action@v1
|
D | build_micropython.yml | 55 uses: carlosperate/arm-none-eabi-gcc-action@v1.3.0
|
/lvgl-3.4.0/env_support/cmsis-pack/ |
D | gen_pack.sh | 71 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/ |
D | CHANGELOG.md | 242 - 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…
|
D | CODE_OF_CONDUCT.md | 27 …ptable behavior and are expected to take appropriate and fair corrective action in response to any…
|
D | CODING_STYLE.md | 13 * followed by the action (for functions): *set*, *get*, *refr* etc.
|
/lvgl-3.4.0/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-3.4.0/src/misc/ |
D | lv_types.h | 43 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*/
|
D | lv_printf.h | 21 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
/lvgl-3.4.0/tests/ |
D | main.py | 170 parser.add_argument('--clean', action='store_true', default=False, 172 parser.add_argument('--report', action='store_true',
|
/lvgl-3.4.0/.github/ |
D | auto-comment.yml | 12 …No further action is required if your contribution fulfills the DCO. If you are not sure about it …
|
/lvgl-3.4.0/ |
D | LICENCE.txt | 8 …LDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT …
|
D | README.md | 120 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes)
|
/lvgl-3.4.0/src/draw/nxp_pxp/ |
D | lv_gpu_nxp_pxp_osa.h | 24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
D | lv_gpu_nxp_pxp_osa.c | 24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
D | lv_gpu_nxp_pxp.h | 24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
/lvgl-3.4.0/docs/get-started/ |
D | index.md | 8 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes)
|
D | nuttx.md | 26 …c library called [NX](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629474),…
|
/lvgl-3.4.0/docs/overview/ |
D | timer.md | 65 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/ |
D | project.md | 36 …ders too. `make` and `CMake` handles the examples and demos, so no extra action required in these …
|
/lvgl-3.4.0/src/core/ |
D | lv_indev.h | 42 * Get the currently processed input device. Can be used in action functions too.
|
/lvgl-3.4.0/src/draw/nxp_vglite/ |
D | lv_gpu_nxp_vglite.h | 24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
/lvgl-3.4.0/src/hal/ |
D | lv_hal_indev.h | 96 /** Called when an action happened on the input device.
|
12