Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_text_entry_s Struct Reference

struct to represent a text entry area (TEXT_ENTRY type) More...

#include <nbgl_obj.h>

Collaboration diagram for nbgl_text_entry_s:
Collaboration graph
[legend]

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...
 

Detailed Description

struct to represent a text entry area (TEXT_ENTRY type)

Definition at line 437 of file nbgl_obj.h.

Member Data Documentation

◆ fontId

nbgl_font_id_e nbgl_text_entry_s::fontId

id of the font to use

Definition at line 439 of file nbgl_obj.h.

◆ nbChars

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.

◆ obj

nbgl_obj_t nbgl_text_entry_s::obj

common part

Definition at line 438 of file nbgl_obj.h.

◆ text

const char* nbgl_text_entry_s::text

text to display (up to nbChars chars).

Definition at line 441 of file nbgl_obj.h.


The documentation for this struct was generated from the following file: