Skip to main content

Display colors

Here is a table with the colors supported by the ST7789 display:

ColorHexInt value
Black0x00000
White0xFFFF65535
Red0xF80063488
Green0x07E02016
Blue0x001F31
Cyan0x07FF2047
Magenta0xF81F63519
Yellow0xFFE065504
Orange0xFC0064512

The int value is the value that JS API needs since JS doesn't support hex.