Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 45) sorted by relevance

12

/lvgl-latest/src/libs/barcode/
Dcode128.c171 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/
Dccpp.yml29 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'
Dcompile_docs.yml22 steps:
81 target-folder: ${{ steps.version.outputs.VERSION_NAME }}
Desp_upload_component.yml12 steps:
Dmain.yml8 steps:
Dplatformio_publish.yaml10 steps:
Darduino.yml18 steps:
Drelease.yml13 steps:
Dgen_json.yml17 steps:
Dmakefile.yml20 steps:
Dmakefile_uefi.yml20 steps:
Drelease_branch_updater.yml20 steps:
Dcheck_conf.yml16 steps:
Dcheck_properties.yml16 steps:
Dverify_kconfig.yml16 steps:
Dclose_old_issues.yml11 steps:
Dcheck_style.yml16 steps:
Dcheck_bom.yml17 steps:
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst231 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/
Dnema_easing.h351 /** \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/
Dalif.rst19 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.
Dnxp.rst151 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/
Dqnx.rst95 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/
Dindev.rst139 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/
Dlv_indev.c921 /*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