Embedded SDK
Embedded SDK
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. More...
 
const char * text
 text in black, on top of progress bar More...
 
const char * subText
 text in gray, under progress bar More...
 

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 554 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 555 of file nbgl_layout.h.

◆ subText

const char* nbgl_layoutProgressBar_t::subText

text in gray, under progress bar

Definition at line 557 of file nbgl_layout.h.

◆ text

const char* nbgl_layoutProgressBar_t::text

text in black, on top of progress bar

Definition at line 556 of file nbgl_layout.h.


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