Searched refs:pass (Results 1 – 23 of 23) sorted by relevance
/lvgl-latest/tests/unity/ |
D | unity_support.c | 86 bool pass; in lv_test_assert_image_eq() local 91 pass = screenshot_compare(fn_ref, "full refresh", REF_IMG_TOLERANCE); in lv_test_assert_image_eq() 92 if(!pass) return false; in lv_test_assert_image_eq()
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 341 int y, pass, linesize; in read_image_data() local 374 pass = 0; in read_image_data() 401 switch(pass) { in read_image_data() 419 y = 4 >> pass; in read_image_data() 421 pass++; in read_image_data()
|
/lvgl-latest/docs/details/integration/framework/ |
D | tasmota-berry.rst | 25 one-pass compiler and register-based VM, all the code is written in ANSI 35 - Fast: optimized one-pass bytecode compiler and register-based virtual machine.
|
/lvgl-latest/docs/details/widgets/ |
D | canvas.rst | 64 (``LV_COLOR_FORMAT_I1/2/4/8``) pass the color index as the ``color`` argument by using
|
D | label.rst | 40 Therefore, you don't need to keep the text you pass to 116 :cpp:func:`lv_label_set_text_static`. The buffer you pass to
|
D | image.rst | 187 To automatically scale or tile the image, pass one of these ``align`` values:
|
D | textarea.rst | 185 pointer input device. If you pass ``false`` to this function to disable text
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 142 delay(5); /* let this time pass */
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 44 ``lv_conf.h``. Instead you can pass the config defines using build
|
D | threading.rst | 168 data to the thread calling LVGL functions is to pass a private copy of that data to
|
/lvgl-latest/docs/details/libs/ |
D | freetype.rst | 87 can simply pass the path to the font as usual on your operating system
|
D | rlottie.rst | 156 In order to pass initialization of the lv_rlottie_t object, you need 162 Additionally, while you might be able to pass initialization of the
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 138 as you load a new one, call :cpp:func:`lv_screen_load_anim` and pass ``true`` for the 140 new Screen, pass ``false`` for the ``auto_del`` argument, or call 356 For :cpp:enumerator:`LV_STATE_DEFAULT` | :cpp:enumerator:`LV_PART_MAIN` simply pass ``0``:
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 91 task (having the `DRAW_UNIT_ID_PXP` set) and will pass the task to the PXP draw 290 draw task (having the `DRAW_UNIT_ID_VGLITE` set) and will pass the task to the
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 141 to pass as the 2nd argument are the following:
|
D | observer.rst | 199 To handle this you can create an array from some existing subjects and pass
|
D | xml.rst | 158 It is possible to pass parameters to child components and widgets.
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | gen_mipi.rst | 182 You can pass multiple flags by ORing them together, e.g., :c:macro:`LV_LCD_FLAG_MIRROR_X` ``|`` :c:…
|
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 39 one or more Draw Tasks and pass them down the Drawing Pipeline. Each Draw Task
|
D | fs.rst | 54 then the path strings you pass to ``lv_fs_...()`` functions would look like this::
|
D | animation.rst | 202 To do this, pass a non-zero value to this function to set the duration for the
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3956 int i, n = 0, start = 0, pass; local 3974 for(pass = 0; pass < 2; ++pass) { 3976 if(pass == 1) {
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 487 - **refactor(image_decoder): refactor get_info so that it can pass params via dsc** `001b483 <https…
|