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

Represents a rectangle area of the screen. More...

#include <nbgl_types.h>

Public Attributes

int16_t x0
 
int16_t y0
 
uint16_t width
 width of the area, in pixels More...
 
uint16_t height
 height of the area, in pixels More...
 
color_t backgroundColor
 color (usually background) to be applied More...
 
nbgl_bpp_t bpp
 bits per pixel for this area More...
 

Detailed Description

Represents a rectangle area of the screen.

Definition at line 272 of file nbgl_types.h.

Member Data Documentation

◆ backgroundColor

color_t nbgl_area_s::backgroundColor

color (usually background) to be applied

Definition at line 279 of file nbgl_types.h.

◆ bpp

nbgl_bpp_t nbgl_area_s::bpp

bits per pixel for this area

Definition at line 280 of file nbgl_types.h.

◆ height

uint16_t nbgl_area_s::height

height of the area, in pixels

Definition at line 278 of file nbgl_types.h.

◆ width

uint16_t nbgl_area_s::width

width of the area, in pixels

Definition at line 277 of file nbgl_types.h.

◆ x0

int16_t nbgl_area_s::x0

horizontal position of the upper left point of the area (signed int allow for out of screen rendering)

Definition at line 273 of file nbgl_types.h.

◆ y0

int16_t nbgl_area_s::y0

vertical position of the upper left point of the area (signed int allow for out of screen rendering)

Definition at line 275 of file nbgl_types.h.


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