Embedded SDK
Embedded SDK
|
Represents all information about an icon. More...
#include <nbgl_types.h>
Public Attributes | |
uint16_t | width |
width of the icon, in pixels | |
uint16_t | height |
height of the icon, in pixels | |
nbgl_bpp_t | bpp |
bits per pixel for this area | |
bool | isFile |
if true, the bitmap buffer contains an image file | |
const uint8_t * | bitmap |
buffer containing pixel values | |
Represents all information about an icon.
Definition at line 375 of file nbgl_types.h.
const uint8_t* nbgl_icon_details_s::bitmap |
buffer containing pixel values
Definition at line 380 of file nbgl_types.h.
nbgl_bpp_t nbgl_icon_details_s::bpp |
bits per pixel for this area
Definition at line 378 of file nbgl_types.h.
uint16_t nbgl_icon_details_s::height |
height of the icon, in pixels
Definition at line 377 of file nbgl_types.h.
bool nbgl_icon_details_s::isFile |
if true, the bitmap buffer contains an image file
Definition at line 379 of file nbgl_types.h.
uint16_t nbgl_icon_details_s::width |
width of the icon, in pixels
Definition at line 376 of file nbgl_types.h.