Home
last modified time | relevance | path

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

12

/lvgl-3.4.0/.github/workflows/
Dccpp.yml22 steps:
33 steps:
51 # Run steps on a matrix of 3 arch/distro combinations
56 steps:
Dcompile_docs.yml15 steps:
75 TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }}
Darduino.yml10 steps:
Desp_upload_component.yml12 steps:
Dmain.yml8 steps:
Dcheck_conf.yml9 steps:
Dclose_old_issues.yml11 steps:
Drelease.yml13 steps:
Dcheck_style.yml9 steps:
Dbuild_micropython.yml15 steps:
/lvgl-3.4.0/docs/get-started/
Dpc-simulator.md29 …al Studio or CodeBlocks projects instead. They work out of the box without requiring extra steps.**
59 …tp://mingw-w64.org/doku.php/download)). After installing MinGW, do the following steps to add SDL2:
94 …t, then you will not get any errors. Note that on some systems additional steps might be required …
Darduino.md31 …wn configuration file called `lv_conf.h`. When LVGL is installed, follow these configuration steps:
Dquick-overview.md20 If you would rather try LVGL on your own project follow these steps:
/lvgl-3.4.0/docs/overview/
Ddrawing.md29 LVGL refreshes the screen in the following steps:
57 To learn about masking let's see the steps of drawing first.
58 LVGL performs the following steps to render any shape, image or text. It can be considered as a dra…
Danimation.md84 …le case is linear, meaning the current value between *start* and *end* is changed with fixed steps.
Dfont.md157 …copy the font to your project and use it. **Be sure to carefully read the steps provided on that s…
Dstyle.md281 To set a theme for a display, two steps are required:
/lvgl-3.4.0/src/core/
Dlv_indev.c548 /*Process the steps they are valid only with released button*/ in indev_encoder_proc()
699 /*if encoder steps or simulated steps via left/right keys*/ in indev_encoder_proc()
/lvgl-3.4.0/src/extra/libs/png/
Dlodepng.c585 /* Public for testing only. steps and result must have numsteps values. */
587 size_t numsteps, const size_t* steps, unsigned* result) {
593 size_t step = steps[i];
4315 Steps: in postProcessScanlines()
4328 /*we can immediately filter into the out buffer, no other steps needed*/ in postProcessScanlines()
5718 …n converts the pure 2D image with the PNG's colortype, into filtered-padded-interlaced data. Steps: in preProcessScanlines()
5741 /*we can immediately filter into the out buffer, no other steps needed*/ in preProcessScanlines()
/lvgl-3.4.0/.github/ISSUE_TEMPLATE/
Dbug-report.md15 ### Perform all steps below and tick them with [x]
/lvgl-3.4.0/zephyr/
Dlvgl_display_mono.c28 * steps. in lvgl_flush_cb_mono()
/lvgl-3.4.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…
Dlv_spinbox.c124 * @param step steps on increment/decrement
/lvgl-3.4.0/src/hal/
Dlv_hal_indev.h81 int16_t enc_diff; /**< For LV_INDEV_TYPE_ENCODER number of steps since the previous read*/
/lvgl-3.4.0/tests/unity/
Dgenerate_test_runner.rb182 # remove comments (block and line, in three steps to ensure correct precedence)

12