lv_textarea_t is only used within i80_controller sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Label of the text area.
char *
Place holder label. only visible if text is an empty string.
char *
Used to store the original text in password mode.
char *
Replacement characters displayed in password mode.
const char *
Only these characters will be accepted. NULL: accept all.
uint32_t
The max. number of characters. 0: no limit.
uint32_t
Time to show characters in password mode before change them to '*'.
struct { int32_t valid_x; uint32_t pos; lv_area_t area; uint32_t txt_byte_pos; uint8_t show : 1; uint8_t click_pos : 1; }
uint32_t
Temporary values for text selection.
uint32_t
uint8_t : 1
User is in process of selecting.
uint8_t : 1
Text can be selected on this text area.
uint8_t : 1
Replace characters with '*'.
uint8_t : 1
One line mode (ignore line breaks).

References

from examples