You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have a problem with the bottom 1/4 half of color values not displaying anything. For example, any value from 1-4 in color444 doesn't seem to display anything. I've set the brightness to 100% using setBrightness8(255), and that still didn't do it.
I stumbled upon the NO_CIE1931 color correction disable define, and I was sure this was the problem. I added "#define NO_CIE1931" to my code, and no luck.
Any value from 1-4 does nothing in color444. 5-15 work as expected. I can adjust things to work with it, but would like to know if I'm doing something wrong here.
There is either a bug somewhere.. or more then likely I am misunderstanding how this all works and I have a mistake in my code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I seem to have a problem with the bottom 1/4 half of color values not displaying anything. For example, any value from 1-4 in color444 doesn't seem to display anything. I've set the brightness to 100% using setBrightness8(255), and that still didn't do it.
I stumbled upon the NO_CIE1931 color correction disable define, and I was sure this was the problem. I added "#define NO_CIE1931" to my code, and no luck.
Any value from 1-4 does nothing in color444. 5-15 work as expected. I can adjust things to work with it, but would like to know if I'm doing something wrong here.
There is either a bug somewhere.. or more then likely I am misunderstanding how this all works and I have a mistake in my code.
I appreciate any guidance.
Regards,
-Moses
Beta Was this translation helpful? Give feedback.
All reactions