Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 23 of 23) sorted by relevance

/lvgl-latest/tests/unity/
Dunity_support.c86 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/
Dgifdec.c341 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/
Dtasmota-berry.rst25 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/
Dcanvas.rst64 (``LV_COLOR_FORMAT_I1/2/4/8``) pass the color index as the ``color`` argument by using
Dlabel.rst40 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
Dimage.rst187 To automatically scale or tile the image, pass one of these ``align`` values:
Dtextarea.rst185 pointer input device. If you pass ``false`` to this function to disable text
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino142 delay(5); /* let this time pass */
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconfiguration.rst44 ``lv_conf.h``. Instead you can pass the config defines using build
Dthreading.rst168 data to the thread calling LVGL functions is to pass a private copy of that data to
/lvgl-latest/docs/details/libs/
Dfreetype.rst87 can simply pass the path to the font as usual on your operating system
Drlottie.rst156 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/
Dbasics.rst138 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/
Dnxp.rst91 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/
Dfile_explorer.rst141 to pass as the 2nd argument are the following:
Dobserver.rst199 To handle this you can create an array from some existing subjects and pass
Dxml.rst158 It is possible to pass parameters to child components and widgets.
/lvgl-latest/docs/details/integration/driver/display/
Dgen_mipi.rst182 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/
Ddraw.rst39 one or more Draw Tasks and pass them down the Drawing Pipeline. Each Draw Task
Dfs.rst54 then the path strings you pass to ``lv_fs_...()`` functions would look like this::
Danimation.rst202 To do this, pass a non-zero value to this function to set the duration for the
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3956 int i, n = 0, start = 0, pass; local
3974 for(pass = 0; pass < 2; ++pass) {
3976 if(pass == 1) {
/lvgl-latest/docs/
DCHANGELOG.rst487 - **refactor(image_decoder): refactor get_info so that it can pass params via dsc** `001b483 <https…