LCD-ESP32-Driver 1.0
Project includes component for controlling LCD displays. Currently supports only one LCD controller - SSD1283A but it may change in the future.
Loading...
Searching...
No Matches
lcd_colors.h File Reference

Contains values of the most basic colors in different formats as a set of macros. More...

Go to the source code of this file.

Macros

#define RGB565_RED   0xF800
 
#define RGB565_GREEN   0x07E0
 
#define RGB565_BLUE   0x001F
 
#define RGB565_BLACK   0x0000
 
#define RGB565_WHITE   0xFFFF
 

Detailed Description

Contains values of the most basic colors in different formats as a set of macros.

Author
Damian Úlusarczyk

Macro Definition Documentation

◆ RGB565_BLACK

#define RGB565_BLACK   0x0000

Value of the BLACK color in RGB565 format

◆ RGB565_BLUE

#define RGB565_BLUE   0x001F

Value of the BLUE color in RGB565 format

◆ RGB565_GREEN

#define RGB565_GREEN   0x07E0

Value of the GREEN color in RGB565 format

◆ RGB565_RED

#define RGB565_RED   0xF800

Value of the RED color in RGB565 format

◆ RGB565_WHITE

#define RGB565_WHITE   0xFFFF

Value of the WHITE color in RGB565 format