Lines Matching refs:is
11 A Label is the Widget used to display text.
22 - :cpp:enumerator:`LV_PART_SCROLLBAR` The scrollbar that is shown when the text is
47 :cpp:expr:`lv_label_set_text_static(label, "Text")`. In this case, the text is not
48 stored in dynamic memory and the given buffer is used directly instead. This means
50 label or until another buffer is set via one of the above functions.
53 they are stored in ROM memory, which is always accessible.
58 Label is being used in :cpp:enumerator:`LV_LABEL_LONG_DOT` mode since the Label
66 If your Label is updated with new strings rapidly (e.g. > 30X / second, such as
68 frequently, it is advisable to:
94 :c:macro:`LV_SIZE_CONTENT`. Thus, the size of the Label is automatically expanded
99 of the text is greater than the height of the Label.
101 - :cpp:enumerator:`LV_LABEL_LONG_WRAP` Wrap lines that are too long. If the height is :c:macro:`LV_…
104 - :cpp:enumerator:`LV_LABEL_LONG_SCROLL` If the text is wider than the label, scroll it horizontall…
105 …higher, scroll vertically. Only one direction is scrolled and horizontal scrolling has higher prec…
106 - :cpp:enumerator:`LV_LABEL_LONG_SCROLL_CIRCULAR` If the text is wider than the Label, scroll it ho…
107 …higher, scroll vertically. Only one direction is scrolled and horizontal scrolling has higher prec…
114 :cpp:func:`lv_label_set_array_text` are used, a separate buffer is allocated and
115 this implementation detail is unnoticed. This is not the case with
129 line will be terminated at the end of the line where the line is wrapped if it
140 finger/mouse) is implemented in :ref:`lv_textarea` and
155 - the Label Widget's width is larger than the width of the longest line of text, and