Determine color mode of connected display #3057
projectitis
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I need to push pixels generated on the fly. My colors are always RGB888.
How do I determine the color mode of the display so that I can convert RGB888 to correct format and use the correct tft_Write_ commands?
Also,
pushBlock
takes a len. Is there an alternative for writing just a single pixel? I can't use the macro tft_Write_16 (etc) directly because it causes problems in my code when expanded.pushBlock
always assumes 16 bit color. Are there alternatives for other color modes?Beta Was this translation helpful? Give feedback.
All reactions