LED-Matrix-Display-Examples icon indicating copy to clipboard operation
LED-Matrix-Display-Examples copied to clipboard

Results 2 LED-Matrix-Display-Examples issues
Sort by recently updated
recently updated
newest added

I setup Arduino for esp8266 board from https://github.com/esp8266/ from boards manager . and I connect my led panel directly to arduino (not use esp8266). Bu however ticker.h not found. When...

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."