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 More... | |
uint8_t | nbChoices |
total number of choices in the menu list More... | |
uint8_t | selectedChoice |
index of the selected choice (centered, in bold) More... | |
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 235 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 236 of file nbgl_layout.h.
uint8_t nbgl_layoutMenuList_t::nbChoices |
total number of choices in the menu list
Definition at line 237 of file nbgl_layout.h.
uint8_t nbgl_layoutMenuList_t::selectedChoice |
index of the selected choice (centered, in bold)
Definition at line 238 of file nbgl_layout.h.