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

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_tbitmap
 buffer containing pixel values More...
 

Detailed Description

Represents all information about an icon.

Definition at line 361 of file nbgl_types.h.

Member Data Documentation

◆ bitmap

const uint8_t* nbgl_icon_details_s::bitmap

buffer containing pixel values

Definition at line 366 of file nbgl_types.h.

◆ bpp

nbgl_bpp_t nbgl_icon_details_s::bpp

bits per pixel for this area

Definition at line 364 of file nbgl_types.h.

◆ height

uint16_t nbgl_icon_details_s::height

height of the icon, in pixels

Definition at line 363 of file nbgl_types.h.

◆ isFile

bool nbgl_icon_details_s::isFile

if true, the bitmap buffer contains an image file

Definition at line 365 of file nbgl_types.h.

◆ width

uint16_t nbgl_icon_details_s::width

width of the icon, in pixels

Definition at line 362 of file nbgl_types.h.


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