Embedded SDK
Embedded SDK
|
This structure contains info to build a centered (vertically and horizontally) area, with many fields (if NULL, not used): More...
#include <nbgl_content.h>
Public Attributes | |
const nbgl_icon_details_t * | icon |
the icon (can be null) More... | |
const char * | title |
title in black large (can be null) More... | |
const char * | smallTitle |
sub-title in black small bold case (can be null) More... | |
const char * | description |
description in black small regular case (can be null) More... | |
const char * | subText |
sub-text in dark gray regular small case More... | |
uint16_t | iconHug |
vertical margin to apply on top and bottom of the icon More... | |
bool | padding |
if true, apply a padding of 40px at the bottom More... | |
This structure contains info to build a centered (vertically and horizontally) area, with many fields (if NULL, not used):
Definition at line 81 of file nbgl_content.h.
const char* nbgl_contentCenter_t::description |
description in black small regular case (can be null)
Definition at line 85 of file nbgl_content.h.
const nbgl_icon_details_t* nbgl_contentCenter_t::icon |
the icon (can be null)
Definition at line 82 of file nbgl_content.h.
uint16_t nbgl_contentCenter_t::iconHug |
vertical margin to apply on top and bottom of the icon
Definition at line 87 of file nbgl_content.h.
bool nbgl_contentCenter_t::padding |
if true, apply a padding of 40px at the bottom
Definition at line 88 of file nbgl_content.h.
const char* nbgl_contentCenter_t::smallTitle |
sub-title in black small bold case (can be null)
Definition at line 84 of file nbgl_content.h.
const char* nbgl_contentCenter_t::subText |
sub-text in dark gray regular small case
Definition at line 86 of file nbgl_content.h.
const char* nbgl_contentCenter_t::title |
title in black large (can be null)
Definition at line 83 of file nbgl_content.h.