Replies: 1 comment 6 replies
-
The based color conversion palette is set in color-convert.cpp |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a problem with the colors appearing to look washed out and at a lower brightness. Here is an image that displays the problem: https://imgtr.ee/i/ptVYB
The problem is even more noticable irl.
To the left is a display running the library by mrfaptastic and to the right is a display running this library. Both setups run the same code except that the library has been switched out and "flipDMABuffer();" has been added twice after the image is generated in the code using this library. I noticed that some functions regarding colors of text, etc, did not work right away when I copied the code I used with the other library. Thus, I suspect that the author of this library has made som changes to how the colors work. As I am a beginner in C++, I would greatly appreciate if someone could point me in the right direction.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions