|
Embedded SDK
Embedded SDK
|
struct to represent an image file object (IMAGE_FILE type) The source of the data is an image file with header. width and height are given in this header More...
#include <nbgl_obj.h>

Public Attributes | |
| nbgl_obj_t | obj |
| const uint8_t * | buffer |
| buffer containing image file | |
struct to represent an image file object (IMAGE_FILE type) The source of the data is an image file with header. width and height are given in this header
Definition at line 428 of file nbgl_obj.h.
| const uint8_t* nbgl_image_file_s::buffer |
buffer containing image file
Definition at line 430 of file nbgl_obj.h.
| nbgl_obj_t nbgl_image_file_s::obj |
Definition at line 429 of file nbgl_obj.h.