|
Embedded SDK
Embedded SDK
|
This structure contains info to build a single button. More...
#include <nbgl_layout.h>
Public Attributes | |
| const char * | text |
| button text | |
| const nbgl_icon_details_t * | icon |
| a buffer containing the 1BPP icon for button | |
| nbgl_layoutButtonStyle_t | style |
This structure contains info to build a single button.
Definition at line 639 of file nbgl_layout.h.
| const nbgl_icon_details_t* nbgl_layoutButton_t::icon |
a buffer containing the 1BPP icon for button
Definition at line 641 of file nbgl_layout.h.
| nbgl_layoutButtonStyle_t nbgl_layoutButton_t::style |
Definition at line 642 of file nbgl_layout.h.
| const char* nbgl_layoutButton_t::text |
button text
Definition at line 640 of file nbgl_layout.h.