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

This structure contains info to build a left content area. More...

#include <nbgl_layout.h>

Public Attributes

uint8_t nbRows
 number of rows in the area More...
 
const char * title
 title of area in bold More...
 
const char ** rowTexts
 array of nbRows texts (displayed in regular) More...
 
const nbgl_icon_details_t ** rowIcons
 array of nbRows icon More...
 

Detailed Description

This structure contains info to build a left content area.

Definition at line 262 of file nbgl_layout.h.

Member Data Documentation

◆ nbRows

uint8_t nbgl_layoutLeftContent_t::nbRows

number of rows in the area

Definition at line 263 of file nbgl_layout.h.

◆ rowIcons

const nbgl_icon_details_t** nbgl_layoutLeftContent_t::rowIcons

array of nbRows icon

Definition at line 266 of file nbgl_layout.h.

◆ rowTexts

const char** nbgl_layoutLeftContent_t::rowTexts

array of nbRows texts (displayed in regular)

Definition at line 265 of file nbgl_layout.h.

◆ title

const char* nbgl_layoutLeftContent_t::title

title of area in bold

Definition at line 264 of file nbgl_layout.h.


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