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

no need for changes to ILI9341 init method #2

Closed
clach04 opened this issue Dec 22, 2024 · 2 comments
Closed

no need for changes to ILI9341 init method #2

clach04 opened this issue Dec 22, 2024 · 2 comments

Comments

@clach04
Copy link
Contributor

clach04 commented Dec 22, 2024

NOTE on my device color reproduction is improved with OUT changes in ILI9341 init method, instead pass in gamma=False

I.e. changes

self.write_cmd(self.GAMMASET, 0x02)
should not be needed.

https://github.com/clach04/cyd_clocks/blob/main/01-rainbow-test.py is how I came to this conclusion. Note I do not have any kind of color measuring / correction equipment, just a phone and my eyes so my conclusion may be flawed! 😉

@clach04
Copy link
Contributor Author

clach04 commented Dec 22, 2024

@de-dh
Copy link
Owner

de-dh commented Dec 22, 2024

Thank you, I will add this.

I didn't do much testing without LVGL since I wanted to create GUIs.

@de-dh de-dh closed this as completed Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants