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

Clear buffer #5

Open ellensundh opened 11 years ago

ellensundh commented 11 years ago

Is there away for clearing the entire buffer once in a while so I can add more messages to it?

mikybz commented 7 years ago

Yes, this function: matrix.fillScreen(0);