|
Embedded SDK
Embedded SDK
|
struct to represent an image (IMAGE type) More...
#include <nbgl_obj.h>

Public Attributes | |
| nbgl_obj_t | obj |
| color_t | foregroundColor |
| nbgl_transformation_t | transformation |
| usually NO_TRANSFORMATION | |
| const nbgl_icon_details_t * | buffer |
| onImageDrawCallback_t | onDrawCallback |
| uint8_t | token |
| token to use as param of onDrawCallback | |
struct to represent an image (IMAGE type)
Definition at line 411 of file nbgl_obj.h.
| const nbgl_icon_details_t* nbgl_image_s::buffer |
buffer containing bitmap, with exact same size as object (width*height*bpp/8 bytes)
Definition at line 416 of file nbgl_obj.h.
| color_t nbgl_image_s::foregroundColor |
color set to '1' bits, for 1PBB images. '0' are set to background color.
Definition at line 413 of file nbgl_obj.h.
| nbgl_obj_t nbgl_image_s::obj |
Definition at line 412 of file nbgl_obj.h.
| onImageDrawCallback_t nbgl_image_s::onDrawCallback |
function called if buffer is NULL, with above token as parameter. Can be NULL
Definition at line 418 of file nbgl_obj.h.
| uint8_t nbgl_image_s::token |
token to use as param of onDrawCallback
Definition at line 420 of file nbgl_obj.h.
| nbgl_transformation_t nbgl_image_s::transformation |
usually NO_TRANSFORMATION
Definition at line 415 of file nbgl_obj.h.