|
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_genericDetails_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 236 of file nbgl_use_case.h.
| const struct nbgl_genericDetails_s* nbgl_genericBarList_t::details |
array of nbBars structures giving what to display when each bar is touched.
Definition at line 242 of file nbgl_use_case.h.
| const nbgl_icon_details_t** nbgl_genericBarList_t::icons |
array of icons for each bar (nbBars items)
Definition at line 240 of file nbgl_use_case.h.
| uint8_t nbgl_genericBarList_t::nbBars |
number of touchable bars
Definition at line 237 of file nbgl_use_case.h.
| const char* const* nbgl_genericBarList_t::subTexts |
array of texts for each bar (nbBars items, in black)
Definition at line 239 of file nbgl_use_case.h.
| const char* const* nbgl_genericBarList_t::texts |
array of texts for each bar (nbBars items, in black/bold)
Definition at line 238 of file nbgl_use_case.h.