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 More... | |
uint16_t | height |
height of the icon, in pixels More... | |
nbgl_bpp_t | bpp |
bits per pixel for this area More... | |
bool | isFile |
if true, the bitmap buffer contains an image file More... | |
const uint8_t * | bitmap |
buffer containing pixel values More... | |
Represents all information about an icon.
Definition at line 361 of file nbgl_types.h.
const uint8_t* nbgl_icon_details_s::bitmap |
buffer containing pixel values
Definition at line 366 of file nbgl_types.h.
nbgl_bpp_t nbgl_icon_details_s::bpp |
bits per pixel for this area
Definition at line 364 of file nbgl_types.h.
uint16_t nbgl_icon_details_s::height |
height of the icon, in pixels
Definition at line 363 of file nbgl_types.h.
bool nbgl_icon_details_s::isFile |
if true, the bitmap buffer contains an image file
Definition at line 365 of file nbgl_types.h.
uint16_t nbgl_icon_details_s::width |
width of the icon, in pixels
Definition at line 362 of file nbgl_types.h.