Xiao ESP32C3, Adafruit ST7735, weird colors #709
Unanswered
LegacyNsfw
asked this question in
Q&A
Replies: 1 comment
-
Please try PDQgraphicstest.ino example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you so much for creating this library!
As the subject line says, I'm using it with a Xiao ESP32C3 and an Adafruit ST7735, and I'm able to draw linse and text and fill the background... but the colors are strange.
RGB565_WHITE looks black
RGB565_BLACK looks white
RGB565_RED looks green
RGB565_GREEN looks blue
RGB565_BLUE is a pale blue
I thought I saw a pattern forming there, but when I wanted red, I tried RGB565_BLUE and got white... I have not yet found a way to make anything red. :)
Any idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions