|
Embedded SDK
Embedded SDK
|
This structure contains info to build a centered (vertically and horizontally) area, with a possible Icon, a possible text under it, and a possible sub-text gray under it. More...
#include <nbgl_content.h>
Public Attributes | |
| const char * | text1 |
| first text (can be null) | |
| const char * | text2 |
| second text (can be null) | |
| const char * | text3 |
| third text (can be null) | |
| const nbgl_icon_details_t * | icon |
| a buffer containing the 1BPP icon | |
| bool | onTop |
| if set to true, align only horizontally | |
| nbgl_contentCenteredInfoStyle_t | style |
| style to apply to this info | |
| int16_t | offsetY |
| vertical shift to apply to this info (if >0, shift to bottom) | |
This structure contains info to build a centered (vertically and horizontally) area, with a possible Icon, a possible text under it, and a possible sub-text gray under it.
Definition at line 57 of file nbgl_content.h.
| const nbgl_icon_details_t* nbgl_contentCenteredInfo_t::icon |
a buffer containing the 1BPP icon
Definition at line 63 of file nbgl_content.h.
| int16_t nbgl_contentCenteredInfo_t::offsetY |
vertical shift to apply to this info (if >0, shift to bottom)
Definition at line 67 of file nbgl_content.h.
| bool nbgl_contentCenteredInfo_t::onTop |
if set to true, align only horizontally
Definition at line 64 of file nbgl_content.h.
| nbgl_contentCenteredInfoStyle_t nbgl_contentCenteredInfo_t::style |
style to apply to this info
Definition at line 65 of file nbgl_content.h.
| const char* nbgl_contentCenteredInfo_t::text1 |
first text (can be null)
Definition at line 58 of file nbgl_content.h.
| const char* nbgl_contentCenteredInfo_t::text2 |
second text (can be null)
Definition at line 59 of file nbgl_content.h.
| const char* nbgl_contentCenteredInfo_t::text3 |
third text (can be null)
Definition at line 61 of file nbgl_content.h.