Searched full:steps (Results 1 – 25 of 45) sorted by relevance
12
/lvgl-latest/src/libs/barcode/ |
D | code128.c | 171 struct code128_step * steps; member 381 state->steps = (struct code128_step *) CODE128_REALLOC(state->steps, in code128_alloc_step() 385 struct code128_step * step = &state->steps[state->todo_ix]; in code128_alloc_step() 393 struct code128_step * step = &state->steps[state->current_ix]; in code128_do_step() 416 if(code128_do_c_step(state->steps, state->current_ix, state->todo_ix)) { in code128_do_step() 425 if(code128_do_a_step(state->steps, state->current_ix, state->todo_ix) || in code128_do_step() 426 code128_do_b_step(state->steps, state->current_ix, state->todo_ix)) in code128_do_step() 432 if(code128_do_b_step(state->steps, state->current_ix, state->todo_ix) || in code128_do_step() 433 code128_do_a_step(state->steps, state->current_ix, state->todo_ix)) in code128_do_step() 443 if(code128_do_a_step(state->steps, state->current_ix, state->todo_ix)) { in code128_do_step() [all …]
|
/lvgl-latest/.github/workflows/ |
D | ccpp.yml | 29 steps: 40 steps: 53 steps: 72 steps: 93 steps: 135 if: steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true' 142 if: steps.check_untracked_ref_imgs.outputs.new_ref_imgs_found == 'true'
|
D | compile_docs.yml | 22 steps: 81 target-folder: ${{ steps.version.outputs.VERSION_NAME }}
|
D | esp_upload_component.yml | 12 steps:
|
D | main.yml | 8 steps:
|
D | platformio_publish.yaml | 10 steps:
|
D | arduino.yml | 18 steps:
|
D | release.yml | 13 steps:
|
D | gen_json.yml | 17 steps:
|
D | makefile.yml | 20 steps:
|
D | makefile_uefi.yml | 20 steps:
|
D | release_branch_updater.yml | 20 steps:
|
D | check_conf.yml | 16 steps:
|
D | check_properties.yml | 16 steps:
|
D | verify_kconfig.yml | 16 steps:
|
D | close_old_issues.yml | 11 steps:
|
D | check_style.yml | 16 steps:
|
D | check_bom.yml | 17 steps:
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 231 If you followed the previous steps, here are the folders you will find: 482 This is a optional steps, executes if configuration is available. 500 The Compilation task compiles the source code if any compilation steps are 503 This is a optional steps, executes if compilation is available. 505 If there are any compilation steps, then these steps are define in
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_easing.h | 351 /** \brief Convenience function to perform easing between two values given number of steps, current… 355 * \param steps Total number of steps 363 float nema_ez(float A, float B, float steps, float cur_step, float (*ez_func)(float p));
|
/lvgl-latest/docs/details/integration/chip/ |
D | alif.rst | 19 the all the steps needed to get the LVGL example project 43 …The remaining steps can **optionally** be done inside a Docker container. You can connect to the D… 208 Alif sources for more detailed steps.
|
D | nxp.rst | 151 obtained in a single PXP pipeline configuration. Two or multiple steps would 309 higher than this value will be done in multiple steps. Value must be multiple
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 95 To create a LVGL application for QNX, follow these steps in your code: 103 Steps 2, 3 and 5 use QNX-specific calls, but the rest of the code should be
|
/lvgl-latest/docs/details/main-components/ |
D | indev.rst | 139 turned steps and LVGL will automatically send the :cpp:enumerator:`LV_EVENT_ROTARY` 143 To get the steps in an event callback use ``int32_t diff = lv_event_get_rotary_diff(e)``
|
/lvgl-latest/src/indev/ |
D | lv_indev.c | 921 /*Process the steps they are valid only with released button*/ in indev_encoder_proc() 1082 /*if encoder steps or simulated steps via left/right keys*/ in indev_encoder_proc()
|
12