Embedded SDK
Embedded SDK
|
struct to represent a progress bar (PROGRESS_BAR type) More...
#include <nbgl_obj.h>
Public Attributes | |
nbgl_obj_t | obj |
bool | withBorder |
if set to true, a border in black surround the whole object | |
uint8_t | state |
state of the progress, in % (from 0 to 100). | |
bool | partialRedraw |
set to true to redraw only partially the object (update state). | |
uint16_t | previousWidth |
color_t | foregroundColor |
color of the inner progress bar and border (if applicable) | |
struct to represent a progress bar (PROGRESS_BAR type)
Definition at line 370 of file nbgl_obj.h.
color_t nbgl_progress_bar_s::foregroundColor |
color of the inner progress bar and border (if applicable)
Definition at line 376 of file nbgl_obj.h.
nbgl_obj_t nbgl_progress_bar_s::obj |
Definition at line 371 of file nbgl_obj.h.
bool nbgl_progress_bar_s::partialRedraw |
set to true to redraw only partially the object (update state).
Definition at line 374 of file nbgl_obj.h.
uint16_t nbgl_progress_bar_s::previousWidth |
Definition at line 375 of file nbgl_obj.h.
uint8_t nbgl_progress_bar_s::state |
state of the progress, in % (from 0 to 100).
Definition at line 373 of file nbgl_obj.h.
bool nbgl_progress_bar_s::withBorder |
if set to true, a border in black surround the whole object
Definition at line 372 of file nbgl_obj.h.