Screen Info. structure definition. More...
#include <app_qspi.h>
Public Attributes | |
unsigned int | scrn_pixel_width |
unsigned int | scrn_pixel_height |
unsigned int | scrn_pixel_depth |
Screen Info. structure definition.
Definition at line 363 of file app_qspi.h.
unsigned int app_qspi_screen_info_t::scrn_pixel_depth |
pixel depth, unit: byte, such as 2
Definition at line 366 of file app_qspi.h.
unsigned int app_qspi_screen_info_t::scrn_pixel_height |
screen pixel height, such as 390
Definition at line 365 of file app_qspi.h.
unsigned int app_qspi_screen_info_t::scrn_pixel_width |
screen pixel width, such as 390
Definition at line 364 of file app_qspi.h.