Embedded SDK
Embedded SDK
|
struct to represent a text entry area (TEXT_ENTRY type) More...
#include <nbgl_obj.h>
Public Attributes | |
nbgl_obj_t | obj |
common part More... | |
nbgl_font_id_e | fontId |
id of the font to use More... | |
uint8_t | nbChars |
number of char placeholders to display (8 or 9 chars). More... | |
const char * | text |
text to display (up to nbChars chars). More... | |
struct to represent a text entry area (TEXT_ENTRY type)
Definition at line 437 of file nbgl_obj.h.
nbgl_font_id_e nbgl_text_entry_s::fontId |
id of the font to use
Definition at line 439 of file nbgl_obj.h.
uint8_t nbgl_text_entry_s::nbChars |
number of char placeholders to display (8 or 9 chars).
Definition at line 440 of file nbgl_obj.h.
nbgl_obj_t nbgl_text_entry_s::obj |
common part
Definition at line 438 of file nbgl_obj.h.
const char* nbgl_text_entry_s::text |
text to display (up to nbChars chars).
Definition at line 441 of file nbgl_obj.h.