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

cannot run PanelGFXDemo_16x32 example #42

Closed bagustyo92 closed 6 years ago

bagustyo92 commented 6 years ago

no function in RGBmatrixPanel.cpp named drawRGBBitmap() that you used on PanelGFXDemo_16x32.cpp file.

marcmerlin commented 6 years ago

I think there was a typo fixed some time along the way: Try renaming this as drawRGBBitmap

bagustyo92 commented 6 years ago

typo in my post before, but surely in the real code is exactly the same that you write, sorry for sure, still not work

image

bagustyo92 commented 6 years ago

solved! the library that i used is not up to date because some reason, thanks

marcmerlin commented 6 years ago

Ok, this was the next thing I was going to suggest :) Glad it's solved. Can you close the issue please?