-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Green color in grayscale problem #347
Comments
Hello, @gtwht |
@gtwht |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Hey!! I have same green problemn with wt32-sc01 plus ( Panel_ST7796 ) |
Hello.
I found a problem with displaying colors for st7789. this problem is described here: https://forum.arduino.cc/t/problem-with-st7789v-displays-green-value-1-and-every-other-uneven-is-gray/700584/13
My solution was to add these lines in Panel_ST7789.hpp :
static constexpr uint8_t CMD_RAMCTRL = 0xB0;
CMD_RAMCTRL, 2, 0x00, 0xF0, //0xC0
The text was updated successfully, but these errors were encountered: