LED-Matrix-Display-Examples
LED-Matrix-Display-Examples copied to clipboard
Fix uint16 error
Someone forgot the _t in declaring the myColors array. It would not compile until I added this. Was getting an error: "uint16 does not name a type."