adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
303 stars 145 forks source link

Issue in the scrolling text demo for 32x16 screens #23

Open jbdman opened 8 years ago

jbdman commented 8 years ago

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.

BJones-eet commented 6 years ago

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.

Hardware: 32x32 rgb matrix (ada) arduino uno

marcmerlin commented 5 years ago

It gets fixed more easily if you submit a pull request :)