Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_contentCenteredInfo_t Struct Reference

This structure contains info to build a centered (vertically and horizontally) area, with a possible Icon, a possible text under it, and a possible sub-text gray under it. More...

#include <nbgl_content.h>

Public Attributes

const char * text1
 first text (can be null) More...
 
const char * text2
 second text (can be null) More...
 
const char * text3
 third text (can be null) More...
 
const nbgl_icon_details_ticon
 a buffer containing the 1BPP icon More...
 
bool onTop
 if set to true, align only horizontally More...
 
nbgl_contentCenteredInfoStyle_t style
 style to apply to this info More...
 
int16_t offsetY
 vertical shift to apply to this info (if >0, shift to bottom) More...
 

Detailed Description

This structure contains info to build a centered (vertically and horizontally) area, with a possible Icon, a possible text under it, and a possible sub-text gray under it.

Definition at line 57 of file nbgl_content.h.

Member Data Documentation

◆ icon

const nbgl_icon_details_t* nbgl_contentCenteredInfo_t::icon

a buffer containing the 1BPP icon

Definition at line 63 of file nbgl_content.h.

◆ offsetY

int16_t nbgl_contentCenteredInfo_t::offsetY

vertical shift to apply to this info (if >0, shift to bottom)

Definition at line 67 of file nbgl_content.h.

◆ onTop

bool nbgl_contentCenteredInfo_t::onTop

if set to true, align only horizontally

Definition at line 64 of file nbgl_content.h.

◆ style

nbgl_contentCenteredInfoStyle_t nbgl_contentCenteredInfo_t::style

style to apply to this info

Definition at line 65 of file nbgl_content.h.

◆ text1

const char* nbgl_contentCenteredInfo_t::text1

first text (can be null)

Definition at line 58 of file nbgl_content.h.

◆ text2

const char* nbgl_contentCenteredInfo_t::text2

second text (can be null)

Definition at line 59 of file nbgl_content.h.

◆ text3

const char* nbgl_contentCenteredInfo_t::text3

third text (can be null)

Definition at line 61 of file nbgl_content.h.


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