|
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 332 of file nbgl_layout.h.
| uint8_t nbgl_layoutLeftContent_t::nbRows |
number of rows in the area
Definition at line 333 of file nbgl_layout.h.
| const nbgl_icon_details_t** nbgl_layoutLeftContent_t::rowIcons |
array of nbRows icon
Definition at line 336 of file nbgl_layout.h.
| const char** nbgl_layoutLeftContent_t::rowTexts |
array of nbRows texts (displayed in regular)
Definition at line 335 of file nbgl_layout.h.
| const char* nbgl_layoutLeftContent_t::title |
title of area in bold
Definition at line 334 of file nbgl_layout.h.