Searched refs:character (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | textarea.rst | 36 character. A block cursor can be created by adding a background color 75 Delete character 78 To delete the character to the left of the current cursor position, use 88 the zero-based index of the character the cursor should be placed in front of. 90 last character" 92 You can move the cursor one character-position (or line) at a time with 127 character exists in the font, the entered characters are converted to it after 128 a configurable delay after each new character is entered. If ``•`` does not 130 "masking" character with :cpp:expr:`lv_textarea_set_password_bullet(textarea, str)` 200 the zero-based index of the first character of the selected text. [all …]
|
D | lottie.rst | 64 - to avoid escaping ``"`` character in the JSON file, and 72 ./filetohex.py path/to/lottie.json --filter-character --null-terminate > out.txt 74 ``--filter-character`` filters out non-ASCII characters and ``--null-terminate`` makes sure that a …
|
D | label.rst | 46 Labels are able to show text from a static character buffer as well. To do so, use 49 that the contents of the character buffer *must* remain valid for the life of the
|
D | keyboard.rst | 89 - :c:macro:`LV_SYMBOL_BACKSPACE` Delete character to the left.
|
/lvgl-latest/docs/details/other-components/ |
D | imgfont.rst | 30 - ``path_cb`` A function to get the image path of a character. 31 Pass ``NULL`` if no image should be shown, but the character itself.
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 121 typedef void (*out_fct_type)(char character, void * buffer, size_t idx, size_t maxlen); 125 void (*fct)(char character, void * arg); 130 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer() argument 133 ((char *)buffer)[idx] = character; in _out_buffer() 138 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null() argument 140 LV_UNUSED(character); in _out_null()
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 76 - avoid escaping ``"`` character in the JSON file 84 ./filetohex.py path/to/lottie.json --filter-character --null-terminate > out.txt 86 ``--filter-character`` filters out non-ASCII characters and ``--null-terminate`` makes sure that a …
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 42 or the character '/'. See :ref:`lv_fs_adding_a_driver` for how this is done. 45 identifier character plus a colon (':'). 53 Let's use the letter 'Z' as the identifier character, and "path_to_file" as the path, 207 separator character at the end.
|
D | indev.rst | 344 - :cpp:enumerator:`LV_KEY_DEL`: Delete (e.g. a character on the right in a :ref:`Text Area <lv_text… 345 - :cpp:enumerator:`LV_KEY_BACKSPACE`: Delete (e.g. a character on the left in a :ref:`Text Area <lv…
|
D | font.rst | 61 If all works well, a '\ |check|\ ' character should be displayed. 222 the *form* of a character depends on its position in the text. A
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 214 - Lists (e.g. of accepted parameter values) can be created by using the '-' character. 303 * @param text '\0' terminated character string.
|
D | README.md | 152 …lining (and optionally overlining) the section title with a punctuation character, at least as lon…
|
D | CHANGELOG.rst | 295 - **fix(span): fix Chinese character incorrect break line** `6222 <https://github.com/lvgl/lvgl/pul…
|
D | Doxyfile | 795 # This tag can be used to specify the character encoding of the source files
|
/lvgl-latest/ |
D | Kconfig | 963 prompt "Select a character encoding for strings" 965 …Select a character encoding for strings. Your IDE or editor should have the same character encodin… 1001 string "The control character to use for signalling text recoloring"
|