Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 15 of 15) sorted by relevance

/lvgl-3.5.0/tests/unity/
Dunity.c784 UNITY_UINT32 elements = num_elements; in UnityAssertEqualIntArray() local
805 while ((elements > 0) && (elements--)) in UnityAssertEqualIntArray()
852 UnityPrintNumberUnsigned(num_elements - elements - 1); in UnityAssertEqualIntArray()
913 UNITY_UINT32 elements = num_elements; in UnityAssertEqualFloatArray() local
919 if (elements == 0) in UnityAssertEqualFloatArray()
934 while (elements--) in UnityAssertEqualFloatArray()
940 UnityPrintNumberUnsigned(num_elements - elements - 1); in UnityAssertEqualFloatArray()
1054 UNITY_UINT32 elements = num_elements; in UnityAssertEqualDoubleArray() local
1060 if (elements == 0) in UnityAssertEqualDoubleArray()
1075 while (elements--) in UnityAssertEqualDoubleArray()
[all …]
/lvgl-3.5.0/docs/widgets/extra/
Dtileview.md5 The Tile view is a container object whose elements (called *tiles*) can be arranged in grid form.
Dcalendar.md41 Only the pointer of the day names is saved so the elements should be static, global or constant var…
/lvgl-3.5.0/
DREADME.md8 LVGL provides everything you need to create an embedded GUI with easy-to-use graphical elements, be…
41 * Fully customizable graphical elements via [CSS-like styles](https://docs.lvgl.io/master/overview/…
/lvgl-3.5.0/docs/overview/
Dobject.md183 Parts are similar to *pseudo-elements* in CSS.
191 - `LV_PART_ITEMS` Used if the widget has multiple similar elements (e.g. table cells)
Danimation.md112 Thirdly, add animation elements to the animation timeline by calling `lv_anim_timeline_add(at, star…
Dstyle.md62 - It might be a good idea to use different style elements for different states.
114 - `LV_PART_ITEMS` Used if the widget has multiple similar elements (e.g. table cells)
235 … CSS, LVGL local styles can be assigned to states (*pseudo-classes*) and parts (*pseudo-elements*).
Dscroll.md140 … an element, either to restore it later, or to display dynamically some elements according to the …
Dcoords.md22 - bounding box: the width/height of the elements.
/lvgl-3.5.0/docs/widgets/core/
Ddropdown.md15 The Dropdown widget is built from the elements: "button" and "list" (both not related to the button…
Dbtnmatrix.md52 The number of elements should be equal to the number of buttons (excluding newlines characters).
/lvgl-3.5.0/docs/get-started/
Dquick-overview.md87 The graphical elements like Buttons, Labels, Sliders, Charts etc. are called objects or widgets. Go…
157 By using parts you can apply different styles to sub-elements of a widget. (See below)
/lvgl-3.5.0/docs/intro/
Dindex.md4 …verything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual…
13 - Fully customizable graphic elements with CSS-like styles
/lvgl-3.5.0/docs/porting/
Ddisplay.md67 `disp->inv_p` number of valid elements in `inv_areas`
/lvgl-3.5.0/docs/
DCHANGELOG.md914 - fix(event) be sure to move all elements in copy “lv_obj_remove_event_cb” [`2492`](https://github.…