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
It seems the original issue affects at least some other fonts (e.g. FSSB24) as well, it just happens that I was not updating those labels when I first wrote the issue.
Further, I cannot make the FMBO24 font draw in black.
ezLabel luxValue = ezLabel(150, 60, 150, 60, "0", THEME_COLORS, NUMONLY7SEG48, EZ_LEFT);
^ That label will not update properly - the segments stay on as it does and eventually become all "lit"
ezLabel luxValue = ezLabel(150, 60, 150, 60, "0", {0xFFFF, 0x0000, 0xFFFF}, NUMONLY7SEG48, EZ_LEFT);
^ That label works fine
The text was updated successfully, but these errors were encountered: