Embedded SDK
Embedded SDK
|
This structure contains info to build a progress bar with info. The progress bar itself is 120px width * 12px height. More...
#include <nbgl_layout.h>
Public Attributes | |
uint8_t | percentage |
percentage of completion, from 0 to 100. | |
const char * | text |
text in black, on top of progress bar | |
const char * | subText |
text in gray, under progress bar | |
This structure contains info to build a progress bar with info. The progress bar itself is 120px width * 12px height.
Definition at line 576 of file nbgl_layout.h.
uint8_t nbgl_layoutProgressBar_t::percentage |
percentage of completion, from 0 to 100.
Definition at line 577 of file nbgl_layout.h.
const char* nbgl_layoutProgressBar_t::subText |
text in gray, under progress bar
Definition at line 579 of file nbgl_layout.h.
const char* nbgl_layoutProgressBar_t::text |
text in black, on top of progress bar
Definition at line 578 of file nbgl_layout.h.