Home
last modified time | relevance | path

Searched refs:larger (Results 1 – 25 of 29) sorted by relevance

12

/lvgl-latest/tests/src/test_cases/
Dtest_draw_buf_stride.c87 …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/
DLICENSE31 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/
Dcheckbox.rst25 tick box larger in the respective directions.
Dswitch.rst33 side of the slider. The knob can be made larger with the ``padding`` values.
Dbar.rst26 smaller or larger. The ``anim_time`` style property sets the
Dlabel.rst23 larger than the Widget's size.
155 - the Label Widget's width is larger than the width of the longest line of text, and
Dimage.rst121 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.
Dslider.rst32 made larger with the ``padding`` values. Padding values can be asymmetric as well.
Darc.rst28 larger, smaller padding makes it smaller.
/lvgl-latest/docs/details/debugging/
Dprofiler.rst37 … :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/
Dlayer.rst102 When the widget is transformed a larger part of the Widget needs to rendered to
Dcoord.rst351 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
Dscroll.rst290 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/
Dtasmota-berry.rst67 - 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/
Dpikascript.rst12 or even stm32g030c8, on the other hand, you can leave valuable space for more material or larger bu…
Dmicropython.rst64 - 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/
Dfont.rst22 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,
Ddraw.rst15 On modern computing hardware meant to be used with larger display panels, there are
Dfs.rst345 larger than the size of the whole cache?"}}
Ddisplay.rst548 … 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/
Dtoradex.rst57 314-pin MXM connectors. Apalis modules are suited to a larger number of
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst74 should be used by this track. Larger values means larger space.
Dflex.rst37 respective to their grow value (larger value means more space)
/lvgl-latest/docs/
DROADMAP.rst174 - Support larger images: add support for large image #1892
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst490 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