Embedded SDK
Embedded SDK
|
This structure contains a list of names to build a menu list on Nanos, with for each item a description (names array) More...
#include <nbgl_layout.h>
Public Attributes | |
nbgl_menuListCallback_t | callback |
function to call to retrieve a menu list item text | |
uint8_t | nbChoices |
total number of choices in the menu list | |
uint8_t | selectedChoice |
index of the selected choice (centered, in bold) | |
This structure contains a list of names to build a menu list on Nanos, with for each item a description (names array)
Definition at line 245 of file nbgl_layout.h.
nbgl_menuListCallback_t nbgl_layoutMenuList_t::callback |
function to call to retrieve a menu list item text
Definition at line 246 of file nbgl_layout.h.
uint8_t nbgl_layoutMenuList_t::nbChoices |
total number of choices in the menu list
Definition at line 247 of file nbgl_layout.h.
uint8_t nbgl_layoutMenuList_t::selectedChoice |
index of the selected choice (centered, in bold)
Definition at line 248 of file nbgl_layout.h.