ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
advanced_ILI9488_480X320.h File Reference

Go to the source code of this file.

Macros

#define SCREEN_WIDTH   480
 
#define SCREEN_HEIGHT   320
 
#define SNAP_SIZE   (SCREEN_WIDTH * SCREEN_HEIGHT * 4)
 
#define CALIBRATION_BG   TFT_WHITE
 
#define CALIBRATION_CORNER   TFT_RED
 

Macro Definition Documentation

◆ CALIBRATION_BG

#define CALIBRATION_BG   TFT_WHITE

Definition at line 25 of file advanced_ILI9488_480X320.h.

◆ CALIBRATION_CORNER

#define CALIBRATION_CORNER   TFT_RED

Definition at line 26 of file advanced_ILI9488_480X320.h.

◆ SCREEN_HEIGHT

#define SCREEN_HEIGHT   320

Definition at line 22 of file advanced_ILI9488_480X320.h.

◆ SCREEN_WIDTH

#define SCREEN_WIDTH   480

Definition at line 21 of file advanced_ILI9488_480X320.h.

◆ SNAP_SIZE

#define SNAP_SIZE   (SCREEN_WIDTH * SCREEN_HEIGHT * 4)

Definition at line 23 of file advanced_ILI9488_480X320.h.