Home
last modified time | relevance | path

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

12

/lvgl-3.7.0/.github/workflows/
Dccpp.yml23 steps:
34 steps:
57 # Run steps on a matrix of 3 arch/distro combinations
62 steps:
Dcompile_docs.yml15 steps:
75 TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }}
Darduino.yml11 steps:
Desp_upload_component.yml12 steps:
Dmain.yml8 steps:
Dmakefile.yml14 steps:
Dcheck_conf.yml10 steps:
Drelease.yml13 steps:
Dcheck_style.yml10 steps:
Dclose_old_issues.yml11 steps:
Dbuild_micropython.yml16 steps:
/lvgl-3.7.0/docs/get-started/platforms/
Dpc-simulator.md31 …al Studio or CodeBlocks projects instead. They work out of the box without requiring extra steps.**
61 …tp://mingw-w64.org/doku.php/download)). After installing MinGW, do the following steps to add SDL2:
96 …t, then you will not get any errors. Note that on some systems additional steps might be required …
Darduino.md27 …wn configuration file called `lv_conf.h`. When LVGL is installed, follow these configuration steps:
Dnxp.md44 That is achieved by PXP in two steps:
/lvgl-3.7.0/docs/overview/
Ddrawing.md25 LVGL refreshes the screen in the following steps:
53 To learn about masking let's see the steps of drawing first.
54 LVGL performs the following steps to render any shape, image or text. It can be considered as a dra…
Danimation.md83 …le case is linear, meaning the current value between *start* and *end* is changed with fixed steps.
Dfont.md155 …copy the font to your project and use it. **Be sure to carefully read the steps provided on that s…
/lvgl-3.7.0/src/core/
Dlv_indev.c569 /*Process the steps they are valid only with released button*/ in indev_encoder_proc()
722 /*if encoder steps or simulated steps via left/right keys*/ in indev_encoder_proc()
/lvgl-3.7.0/src/draw/nxp/pxp/
Dlv_draw_pxp_blend.c79 * or color keying. This requires two steps. First step is used for transformation into
307 /*Recolor and/or rotation with alpha or opacity is done in two steps.*/ in lv_gpu_nxp_pxp_blit_transform()
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c583 /* Public for testing only. steps and result must have numsteps values. */
585 size_t numsteps, const size_t* steps, unsigned* result) {
591 size_t step = steps[i];
4313 Steps: in postProcessScanlines()
4326 /*we can immediately filter into the out buffer, no other steps needed*/ in postProcessScanlines()
5716 …n converts the pure 2D image with the PNG's colortype, into filtered-padded-interlaced data. Steps: in preProcessScanlines()
5739 /*we can immediately filter into the out buffer, no other steps needed*/ in preProcessScanlines()
/lvgl-3.7.0/.github/ISSUE_TEMPLATE/
Dbug-report.md15 ### Perform all steps below and tick them with [x]
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino1 /*Using LVGL with Arduino requires some extra steps:
/lvgl-3.7.0/src/extra/widgets/spinbox/
Dlv_spinbox.h91 …* @param step steps on increment/decrement. Can be 1, 10, 100, 1000, etc the digit that will chang…
/lvgl-3.7.0/src/hal/
Dlv_hal_indev.h79 int16_t enc_diff; /**< For LV_INDEV_TYPE_ENCODER number of steps since the previous read*/
/lvgl-3.7.0/docs/get-started/
Dquick-overview.md16 If you would rather try LVGL on your own project follow these steps:

12