Embedded SDK
Embedded SDK
|
The necessary parameters to build a list of touchable bars, to display sub-pages. More...
#include <nbgl_use_case.h>
Public Attributes | |
uint8_t | nbBars |
number of touchable bars | |
const char *const * | texts |
array of texts for each bar (nbBars items, in black/bold) | |
const char *const * | subTexts |
array of texts for each bar (nbBars items, in black) | |
const nbgl_icon_details_t ** | icons |
array of icons for each bar (nbBars items) | |
const struct nbgl_warningDetails_s * | details |
array of nbBars structures giving what to display when each bar is touched. | |
The necessary parameters to build a list of touchable bars, to display sub-pages.
Definition at line 205 of file nbgl_use_case.h.
const struct nbgl_warningDetails_s* nbgl_warningBarList_t::details |
array of nbBars structures giving what to display when each bar is touched.
Definition at line 211 of file nbgl_use_case.h.
const nbgl_icon_details_t** nbgl_warningBarList_t::icons |
array of icons for each bar (nbBars items)
Definition at line 209 of file nbgl_use_case.h.
uint8_t nbgl_warningBarList_t::nbBars |
number of touchable bars
Definition at line 206 of file nbgl_use_case.h.
const char* const* nbgl_warningBarList_t::subTexts |
array of texts for each bar (nbBars items, in black)
Definition at line 208 of file nbgl_use_case.h.
const char* const* nbgl_warningBarList_t::texts |
array of texts for each bar (nbBars items, in black/bold)
Definition at line 207 of file nbgl_use_case.h.