Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_image_file_s Struct Reference

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>

Collaboration diagram for nbgl_image_file_s:
Collaboration graph
[legend]

Public Attributes

nbgl_obj_t obj
 
const uint8_tbuffer
 buffer containing image file More...
 

Detailed Description

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.

Member Data Documentation

◆ buffer

const uint8_t* nbgl_image_file_s::buffer

buffer containing image file

Definition at line 305 of file nbgl_obj.h.

◆ obj

nbgl_obj_t nbgl_image_file_s::obj

Definition at line 304 of file nbgl_obj.h.


The documentation for this struct was generated from the following file: