Lines Matching full:can
7 …typical background properties and the text properties. The padding values can be used to add spac…
9 …he [selected text](#text-selection). Only `text_color` and `bg_color` style properties can be used.
14 You can set the text on a label at runtime with `lv_label_set_text(label, "New text")`.
18 With `lv_label_set_text_fmt(label, "Value: %d", 15)` printf formatting can be used to set the text.
22 This means that the array can't be a local variable which goes out of scope when the function exits.
27 Newline characters are handled automatically by the label object. You can use `\n` to make a line b…
31 ….g.`lv_obj_set_width` or a layout), the lines wider than the label's width can be manipulated acco…
32 Similarly, the policies can be applied if the height of the text is greater than the height of the …
39 You can specify the long mode with `lv_label_set_long_mode(label, LV_LABEL_LONG_...)`
46 In the text, you can use commands to recolor parts of the text. For example: `"Write a #ff0000 red#…
47 This feature can be enabled individually for each label by `lv_label_set_recolor()` function,
52 If enabled by `LV_LABEL_TEXT_SELECTION` part of the text can be selected. It's similar to when you …
57 LVGL can efficiently handle very long (e.g. > 40k characters) labels by saving some extra data (~12…
60 …s in long modes `LV_LABEL_LONG_SCROLL` and `LV_LABEL_LONG_SCROLL_CIRCULAR` can be customized by se…
61 Currently, only the start and repeat delay of the circular scrolling animation can be customized. I…
64 The labels can display symbols alongside letters (or on their own). Read the [Font](/overview/font)…