Embedded SDK
Embedded SDK
|
struct to represent a screen (SCREEN type) More...
#include <nbgl_screen.h>
Public Attributes | |
nbgl_container_t | container |
common part More... | |
nbgl_screenTickerConfiguration_t | ticker |
ticker configuration More... | |
nbgl_touchCallback_t | touchCallback |
function to be called on events defined in touchMask of each objects More... | |
struct nbgl_screen_s * | next |
pointer to screen on top of this one (or NULL is this screen is top of stack) More... | |
struct nbgl_screen_s * | previous |
uint8_t | index |
index in screenStack array More... | |
bool | isUxScreen |
set to TRUE if allocated by Bolos-UX More... | |
struct to represent a screen (SCREEN type)
Definition at line 53 of file nbgl_screen.h.
nbgl_container_t nbgl_screen_s::container |
common part
Definition at line 54 of file nbgl_screen.h.
uint8_t nbgl_screen_s::index |
index in screenStack array
Definition at line 66 of file nbgl_screen.h.
bool nbgl_screen_s::isUxScreen |
set to TRUE if allocated by Bolos-UX
Definition at line 67 of file nbgl_screen.h.
struct nbgl_screen_s* nbgl_screen_s::next |
pointer to screen on top of this one (or NULL is this screen is top of stack)
Definition at line 63 of file nbgl_screen.h.
struct nbgl_screen_s* nbgl_screen_s::previous |
pointer to screen on bottom of this one (or NULL is this screen is bottom of stack)
Definition at line 64 of file nbgl_screen.h.
nbgl_screenTickerConfiguration_t nbgl_screen_s::ticker |
ticker configuration
Definition at line 55 of file nbgl_screen.h.
nbgl_touchCallback_t nbgl_screen_s::touchCallback |
function to be called on events defined in touchMask of each objects
Definition at line 58 of file nbgl_screen.h.