The LCD resolution definition
+ Collaboration diagram for The LCD resolution definition:

Macros

#define LCD_RES_390   0
 The resolution is 390X390. More...
 
#define LCD_RES_454   1
 The resolution is 454X454. More...
 
#define LCD_RES_360   2
 The resolution is 360X360. More...
 

Detailed Description

Macro Definition Documentation

◆ LCD_RES_360

#define LCD_RES_360   2

The resolution is 360X360.

Definition at line 66 of file graphics_dc_lcd_drv.h.

◆ LCD_RES_390

#define LCD_RES_390   0

The resolution is 390X390.

Definition at line 64 of file graphics_dc_lcd_drv.h.

◆ LCD_RES_454

#define LCD_RES_454   1

The resolution is 454X454.

Definition at line 65 of file graphics_dc_lcd_drv.h.