Searched full:steps (Results 1 – 25 of 28) sorted by relevance
12
/lvgl-3.4.0/.github/workflows/ |
D | ccpp.yml | 22 steps: 33 steps: 51 # Run steps on a matrix of 3 arch/distro combinations 56 steps:
|
D | compile_docs.yml | 15 steps: 75 TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }}
|
D | arduino.yml | 10 steps:
|
D | esp_upload_component.yml | 12 steps:
|
D | main.yml | 8 steps:
|
D | check_conf.yml | 9 steps:
|
D | close_old_issues.yml | 11 steps:
|
D | release.yml | 13 steps:
|
D | check_style.yml | 9 steps:
|
D | build_micropython.yml | 15 steps:
|
/lvgl-3.4.0/docs/get-started/ |
D | pc-simulator.md | 29 …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 …
|
D | arduino.md | 31 …wn configuration file called `lv_conf.h`. When LVGL is installed, follow these configuration steps:
|
D | quick-overview.md | 20 If you would rather try LVGL on your own project follow these steps:
|
/lvgl-3.4.0/docs/overview/ |
D | drawing.md | 29 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…
|
D | animation.md | 84 …le case is linear, meaning the current value between *start* and *end* is changed with fixed steps.
|
D | font.md | 157 …copy the font to your project and use it. **Be sure to carefully read the steps provided on that s…
|
D | style.md | 281 To set a theme for a display, two steps are required:
|
/lvgl-3.4.0/src/core/ |
D | lv_indev.c | 548 /*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/ |
D | lodepng.c | 585 /* 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/ |
D | bug-report.md | 15 ### Perform all steps below and tick them with [x]
|
/lvgl-3.4.0/zephyr/ |
D | lvgl_display_mono.c | 28 * steps. in lvgl_flush_cb_mono()
|
/lvgl-3.4.0/src/extra/widgets/spinbox/ |
D | lv_spinbox.h | 91 …* @param step steps on increment/decrement. Can be 1, 10, 100, 1000, etc the digit that will chang…
|
D | lv_spinbox.c | 124 * @param step steps on increment/decrement
|
/lvgl-3.4.0/src/hal/ |
D | lv_hal_indev.h | 81 int16_t enc_diff; /**< For LV_INDEV_TYPE_ENCODER number of steps since the previous read*/
|
/lvgl-3.4.0/tests/unity/ |
D | generate_test_runner.rb | 182 # remove comments (block and line, in three steps to ensure correct precedence)
|
12