Searched refs:larger (Results 1 – 25 of 29) sorted by relevance
12
/lvgl-latest/tests/src/test_cases/ |
D | test_draw_buf_stride.c | 87 …lv_draw_buf_t * larger = lv_draw_buf_create(image_width, image_height, header.cf, min_stride + 100… in test_draw_buf_stride_adjust() local 90 lv_draw_buf_copy(larger, NULL, decoded, NULL); in test_draw_buf_stride_adjust() 91 lv_image_cache_drop(larger); in test_draw_buf_stride_adjust() 92 lv_image_set_src(img, larger); in test_draw_buf_stride_adjust() 96 res = lv_draw_buf_adjust_stride(larger, min_stride); in test_draw_buf_stride_adjust() 98 lv_image_cache_drop(larger); in test_draw_buf_stride_adjust() 99 lv_image_set_src(img, larger); in test_draw_buf_stride_adjust() 103 res = lv_draw_buf_adjust_stride(larger, min_stride + 20); in test_draw_buf_stride_adjust() 105 lv_image_cache_drop(larger); in test_draw_buf_stride_adjust() 106 lv_image_set_src(img, larger); in test_draw_buf_stride_adjust() [all …]
|
/lvgl-latest/scripts/built_in_font/font_license/DejaVuSans/ |
D | LICENSE | 31 The Font Software may be sold as part of a larger software package but no 79 The Font Software may be sold as part of a larger software package but
|
/lvgl-latest/docs/details/widgets/ |
D | checkbox.rst | 25 tick box larger in the respective directions.
|
D | switch.rst | 33 side of the slider. The knob can be made larger with the ``padding`` values.
|
D | bar.rst | 26 smaller or larger. The ``anim_time`` style property sets the
|
D | label.rst | 23 larger than the Widget's size. 155 - the Label Widget's width is larger than the width of the longest line of text, and
|
D | image.rst | 121 larger value enlarges the images (e.g. ``512`` double size), a smaller 123 that is proportionally larger or smaller, e.g. ``281`` for 10% enlargement.
|
D | slider.rst | 32 made larger with the ``padding`` values. Padding values can be asymmetric as well.
|
D | arc.rst | 28 larger, smaller padding makes it smaller.
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 37 … :c:macro:`LV_PROFILER_BUILTIN_BUF_SIZE` to configure the buffer size. A larger buffer can store m… 240 1. Increase the value of :c:macro:`LV_PROFILER_BUILTIN_BUF_SIZE`. A larger buffer can reduce the fr…
|
/lvgl-latest/docs/details/base-widget/ |
D | layer.rst | 102 When the widget is transformed a larger part of the Widget needs to rendered to
|
D | coord.rst | 351 larger. You can do this with :cpp:expr:`lv_obj_set_ext_click_area(widget, size)`. 477 Widget "really" larger. In other words scrollbars, layouts, and 499 Widget's size from becoming smaller/larger than these values. They are
|
D | scroll.rst | 290 200 px height for the table LVGL will see that the self size is larger 294 larger self size will as well.
|
/lvgl-latest/docs/details/integration/framework/ |
D | tasmota-berry.rst | 67 - Make LVGL accessible to a larger audience. No need to know C to create a nice GUI on an embedded …
|
/lvgl-latest/docs/details/integration/bindings/ |
D | pikascript.rst | 12 or even stm32g030c8, on the other hand, you can leave valuable space for more material or larger bu…
|
D | micropython.rst | 64 - Make LVGL accessible to a larger audience. No need to know C to create a nice GUI on an embedded …
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 22 lv_style_set_text_font(&my_style, &lv_font_montserrat_28); /* Set a larger font */ 42 times larger compared to ``format = LV_FONT_GLYPH_FORMAT_A1``. 249 Compression is more effective with larger fonts and higher bpp. However,
|
D | draw.rst | 15 On modern computing hardware meant to be used with larger display panels, there are
|
D | fs.rst | 345 larger than the size of the whole cache?"}}
|
D | display.rst | 548 … up the buffers for rendering (:cpp:func:`lv_display_set_buffers`), make the buffer 8 bytes larger. 709 You can create a larger virtual display from an array of smaller ones.
|
/lvgl-latest/docs/details/integration/boards/ |
D | toradex.rst | 57 314-pin MXM connectors. Apalis modules are suited to a larger number of
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | grid.rst | 74 should be used by this track. Larger values means larger space.
|
D | flex.rst | 37 respective to their grow value (larger value means more space)
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 174 - Support larger images: add support for large image #1892
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 490 rendered in chunks, but one larger memory block needs to be allocated. The 492 size of the area to redraw, but it's never larger than the size of the
|
12