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 More... | |
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 303 of file nbgl_obj.h.
const uint8_t* nbgl_image_file_s::buffer |
buffer containing image file
Definition at line 305 of file nbgl_obj.h.
nbgl_obj_t nbgl_image_file_s::obj |
Definition at line 304 of file nbgl_obj.h.