Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_layoutProgressBar_t Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ percentage

uint8_t nbgl_layoutProgressBar_t::percentage

percentage of completion, from 0 to 100.

Definition at line 577 of file nbgl_layout.h.

◆ subText

const char* nbgl_layoutProgressBar_t::subText

text in gray, under progress bar

Definition at line 579 of file nbgl_layout.h.

◆ text

const char* nbgl_layoutProgressBar_t::text

text in black, on top of progress bar

Definition at line 578 of file nbgl_layout.h.


The documentation for this struct was generated from the following file: