|
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 407 of file nbgl_types.h.
| const uint8_t* nbgl_icon_details_s::bitmap |
buffer containing pixel values
Definition at line 412 of file nbgl_types.h.
| nbgl_bpp_t nbgl_icon_details_s::bpp |
bits per pixel for this area
Definition at line 410 of file nbgl_types.h.
| uint16_t nbgl_icon_details_s::height |
height of the icon, in pixels
Definition at line 409 of file nbgl_types.h.
| bool nbgl_icon_details_s::isFile |
if true, the bitmap buffer contains an image file
Definition at line 411 of file nbgl_types.h.
| uint16_t nbgl_icon_details_s::width |
width of the icon, in pixels
Definition at line 408 of file nbgl_types.h.