Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
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
 
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_tbitmap
 buffer containing pixel values
 

Detailed Description

Represents all information about an icon.

Definition at line 375 of file nbgl_types.h.

Member Data Documentation

◆ bitmap

const uint8_t* nbgl_icon_details_s::bitmap

buffer containing pixel values

Definition at line 380 of file nbgl_types.h.

◆ bpp

nbgl_bpp_t nbgl_icon_details_s::bpp

bits per pixel for this area

Definition at line 378 of file nbgl_types.h.

◆ height

uint16_t nbgl_icon_details_s::height

height of the icon, in pixels

Definition at line 377 of file nbgl_types.h.

◆ isFile

bool nbgl_icon_details_s::isFile

if true, the bitmap buffer contains an image file

Definition at line 379 of file nbgl_types.h.

◆ width

uint16_t nbgl_icon_details_s::width

width of the icon, in pixels

Definition at line 376 of file nbgl_types.h.


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