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

Optimise code for black and white only screens #21

Closed procodr closed 6 years ago

procodr commented 9 years ago

Hi, If I think correctly, using just two colors for the screens should decrease the Ram usage. but currently disabling the hue change in provided example "scroll_text" is not effective on Ram usage...