|
Embedded SDK
Embedded SDK
|
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 | |
| const char * | title |
| title of area in bold | |
| const char ** | rowTexts |
| array of nbRows texts (displayed in regular) | |
| const nbgl_icon_details_t ** | rowIcons |
| array of nbRows icon | |
This structure contains info to build a left content area.
Definition at line 314 of file nbgl_layout.h.
| uint8_t nbgl_layoutLeftContent_t::nbRows |
number of rows in the area
Definition at line 315 of file nbgl_layout.h.
| const nbgl_icon_details_t** nbgl_layoutLeftContent_t::rowIcons |
array of nbRows icon
Definition at line 318 of file nbgl_layout.h.
| const char** nbgl_layoutLeftContent_t::rowTexts |
array of nbRows texts (displayed in regular)
Definition at line 317 of file nbgl_layout.h.
| const char* nbgl_layoutLeftContent_t::title |
title of area in bold
Definition at line 316 of file nbgl_layout.h.