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
Has this been resolved? Also, when using the scrolltext demo code, i am getting quite a lot of flicker in the scrolling text itself. The bouncing balls in the background don't flicker at all.
The line:
RGBmatrixPanel matrix(A, B, C, CLK, LAT, OE, true);
Should be:
RGBmatrixPanel matrix(A, B, C, CLK, LAT, OE, false);
Otherwise, the text fails to display.
The text was updated successfully, but these errors were encountered: