Embedded SDK
Embedded SDK
|
This structure contains data to build a BARS_LIST content. More...
#include <nbgl_content.h>
Public Attributes | |
const char *const * | barTexts |
array of texts for each bar (nbBars items, in black/bold) More... | |
const uint8_t * | tokens |
array of tokens, one for each bar (nbBars items) More... | |
uint8_t | nbBars |
number of elements in barTexts and tokens array More... | |
This structure contains data to build a BARS_LIST content.
Definition at line 306 of file nbgl_content.h.
const char* const* nbgl_contentBarsList_t::barTexts |
array of texts for each bar (nbBars items, in black/bold)
Definition at line 307 of file nbgl_content.h.
uint8_t nbgl_contentBarsList_t::nbBars |
number of elements in barTexts and tokens array
Definition at line 309 of file nbgl_content.h.
const uint8_t* nbgl_contentBarsList_t::tokens |
array of tokens, one for each bar (nbBars items)
Definition at line 308 of file nbgl_content.h.