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

Code is AVR specific but .properties claims support for all architectures #34

Open bperrybap opened 6 years ago

bperrybap commented 6 years ago

The .properties file indicates the the library works for all architectures.

architectures=*

but the code uses and depends on AVR specific port i/o. The .properties should be updated to reflect that the library is only for the AVR core. It would also be helpful to potential users and customers of the RGB-Matrix Panel to put some information about the library only working for AVR based arduinos in the README.txt file as well as on the actual product web pages on the adafruit site.