|
Embedded SDK
Embedded SDK
|
This structure contains info for Text content, to be set with nbgl_layoutAddTextContent. More...
#include <nbgl_layout.h>
Public Attributes | |
| const char * | title |
| main text (in large bold font) | |
| const char * | info |
| description at bottom (in small gray) | |
| const char * | descriptions [NB_MAX_DESCRIPTIONS] |
| uint8_t | nbDescriptions |
| number of used descriptions in above array | |
This structure contains info for Text content, to be set with nbgl_layoutAddTextContent.
Definition at line 275 of file nbgl_layout.h.
| const char* nbgl_layoutTextContent_t::descriptions[NB_MAX_DESCRIPTIONS] |
array of descriptions under main text (in small regular font)
Definition at line 278 of file nbgl_layout.h.
| const char* nbgl_layoutTextContent_t::info |
description at bottom (in small gray)
Definition at line 277 of file nbgl_layout.h.
| uint8_t nbgl_layoutTextContent_t::nbDescriptions |
number of used descriptions in above array
Definition at line 280 of file nbgl_layout.h.
| const char* nbgl_layoutTextContent_t::title |
main text (in large bold font)
Definition at line 276 of file nbgl_layout.h.