24 bit colour #881
Answered
by
Bodmer
rowifi1
asked this question in
Q&A - General
24 bit colour
#881
-
Sorry if this is an silly question, can this library work with 24 bit colour values on my Esp32 TTGO Display board? |
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Dec 23, 2020
Replies: 1 comment 2 replies
-
The library uses either 18 bit, or more usually 16 bit colours (5bits red, 6 bits green, 5 bits blue or "565 colours). These functions are provided for colour conversion:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Bodmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library uses either 18 bit, or more usually 16 bit colours (5bits red, 6 bits green, 5 bits blue or "565 colours). These functions are provided for colour conversion: