adafruit / RGB-matrix-Panel

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

Add include guard to RGBmatrixPanel.h #36

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

I departed from the convention established by gamma.h because the C++ standard says that any name which begins with an underscore followed by an uppercase letter is reserved.