Searched refs:elements (Results 1 – 15 of 15) sorted by relevance
/lvgl-3.5.0/tests/unity/ |
D | unity.c | 784 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/ |
D | tileview.md | 5 The Tile view is a container object whose elements (called *tiles*) can be arranged in grid form.
|
D | calendar.md | 41 Only the pointer of the day names is saved so the elements should be static, global or constant var…
|
/lvgl-3.5.0/ |
D | README.md | 8 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/ |
D | object.md | 183 Parts are similar to *pseudo-elements* in CSS. 191 - `LV_PART_ITEMS` Used if the widget has multiple similar elements (e.g. table cells)
|
D | animation.md | 112 Thirdly, add animation elements to the animation timeline by calling `lv_anim_timeline_add(at, star…
|
D | style.md | 62 - 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*).
|
D | scroll.md | 140 … an element, either to restore it later, or to display dynamically some elements according to the …
|
D | coords.md | 22 - bounding box: the width/height of the elements.
|
/lvgl-3.5.0/docs/widgets/core/ |
D | dropdown.md | 15 The Dropdown widget is built from the elements: "button" and "list" (both not related to the button…
|
D | btnmatrix.md | 52 The number of elements should be equal to the number of buttons (excluding newlines characters).
|
/lvgl-3.5.0/docs/get-started/ |
D | quick-overview.md | 87 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/ |
D | index.md | 4 …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/ |
D | display.md | 67 `disp->inv_p` number of valid elements in `inv_areas`
|
/lvgl-3.5.0/docs/ |
D | CHANGELOG.md | 914 - fix(event) be sure to move all elements in copy “lv_obj_remove_event_cb” [`2492`](https://github.…
|