Skip to content
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

Closed
gtwht opened this issue Feb 4, 2023 · 5 comments
Closed

Green color in grayscale problem #347

gtwht opened this issue Feb 4, 2023 · 5 comments
Labels
bug Something isn't working stale Inactive issues

Comments

@gtwht
Copy link

gtwht commented Feb 4, 2023

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
Без имени-1
Без имени-2

@gtwht gtwht added the enhancement New feature or request label Feb 4, 2023
@gtwht gtwht changed the title color display problem Green color in grayscale problem Feb 4, 2023
@tobozo tobozo added bug Something isn't working and removed enhancement New feature or request labels Feb 4, 2023
@lovyan03
Copy link
Owner

lovyan03 commented Feb 5, 2023

Hello, @gtwht
Thanks for bringing this information to my attention !
I was totally unaware of this.
I have checked the configuration and confirmed that it works, so I have reflected it in the develop branch.

@lovyan03 lovyan03 mentioned this issue Feb 24, 2023
@lovyan03
Copy link
Owner

@gtwht
I have released v1.1.5. I believe this Issue has been resolved.
Please try it.

@github-actions
Copy link

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.

@github-actions github-actions bot added the stale Inactive issues label Mar 27, 2023
@github-actions
Copy link

github-actions bot commented Apr 3, 2023

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

@github-actions github-actions bot closed this as completed Apr 3, 2023
@gtwht
Copy link
Author

gtwht commented Oct 20, 2023

Hey!! I have same green problemn with wt32-sc01 plus ( Panel_ST7796 )
The solution to the problem is exactly the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale Inactive issues
Projects
None yet
Development

No branches or pull requests

3 participants