Searched refs:character (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_txt.c | 10 uint32_t character = color_cmd; in test_txt_should_identify_valid_start_of_command() local 13 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_valid_start_of_command() 21 uint32_t character = '$'; in test_txt_should_identify_invalid_start_of_command() local 24 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_invalid_start_of_command() 32 uint32_t character = color_cmd; in test_txt_should_identify_scaped_command_in_parameter() local 35 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_scaped_command_in_parameter() 43 uint32_t character = '$'; in test_txt_should_skip_color_parameter_in_parameter() local 46 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_skip_color_parameter_in_parameter() 54 uint32_t character = color_cmd; in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands() local 57 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands() [all …]
|
/lvgl-3.7.0/docs/widgets/core/ |
D | textarea.md | 15 …the characters are inserted. The cursor's area is always the bounding box of the current character. 37 ### Delete character 39 To delete a character from the left of the current cursor position use `lv_textarea_del_char(textar… 46 `LV_TA_CURSOR_LAST` means "after the last character" 66 …character exists in the font, the entered characters are converted to it after some time or when a… 91 - `LV_EVENT_INSERT` Sent right before a character or text is inserted. 103 - `Any character` Add the character to the current cursor position
|
D | label.md | 20 Labels are able to show text from a static character buffer. To do so, use `lv_label_set_text_stat…
|
/lvgl-3.7.0/src/misc/ |
D | lv_printf.c | 116 typedef void (*out_fct_type)(char character, void * buffer, size_t idx, size_t maxlen); 120 void (*fct)(char character, void * arg); 125 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer() argument 128 ((char *)buffer)[idx] = character; in _out_buffer() 133 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null() argument 135 LV_UNUSED(character); in _out_null()
|
/lvgl-3.7.0/docs/libs/ |
D | freetype.md | 18 1. `LV_FREETYPE_CACHE_SIZE`:maximum memory(bytes) used to cache font bitmap, outline, character map…
|
/lvgl-3.7.0/docs/overview/ |
D | indev.md | 94 - **LV_KEY_DEL** Delete (E.g. a character on the right in a [Text area](/widgets/core/textarea)) 95 - **LV_KEY_BACKSPACE** Delete a character on the left (E.g. in a [Text area](/widgets/core/textarea…
|
D | font.md | 25 If all works well, a ✓ character should be displayed. 120 There are some special rules to display Arabic and Persian characters: the *form* of a character de…
|
/lvgl-3.7.0/docs/ |
D | CODING_STYLE.md | 66 * @param text '\0' terminated character string. NULL to refresh with the current text.
|
D | CHANGELOG.md | 30 - fix(keyboard): add '&' character [`d20bd1c`](https://github.com/lvgl/lvgl/commit/d20bd1ca397ff954… 373 - feat(textarea): make it possible to customize the bullet character [`3388`](https://github.com/lv… 1003 - fix(bidi): add weak characters to the previous strong character's run [`2777`](https://github.com… 1067 - fix(lv_textarea) fix crash while delete non-ascii character in pwd mode [`2549`](https://github.c… 1747 - fix(textarea) cursor position after hiding character in password mode 1789 - label: Repair calculate back `dot` character logical error which cause infinite loop. 1967 - `lv_textarea` fix wrong cursor position when clicked after the last character 1979 - `lv_textarea`: fix character delete in password mode 2082 - `textarea`: If available in the font use bullet (`U+2022`) character in text area password 2091 - Add Arabic/Persian script support: change the character according to its position in the text.
|
/lvgl-3.7.0/ |
D | Kconfig | 675 prompt "Select a character encoding for strings" 677 …Select a character encoding for strings. Your IDE or editor should have the same character encodin… 713 string "The control character to use for signalling text recoloring"
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 795 # This tag can be used to specify the character encoding of the source files
|