adafruit / RGB-matrix-Panel

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

Fixed bug in wheel function for colors >= 16 #58

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

Fixed bug in wheel function that was causing colors go from B->G instead of B->R.