cammiboi / ESP8266-RGB-Matrix-Panel

Arduino library and example code for the 64x32 RGB matrix panels on ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266-RGB-Matrix-Panel

Arduino library and example code for the 64x32 RGB matrix panel on ESP8266
50% CPU Load
4096 Colors @ 30FPS
512 Colors @ 60FPS
Adafruit-GFX-Library support for draw/fill lines, circles, rects, triangles and show text. See examples on Adafruit library for Arduino
Draw 64x32 Bitmap from URL. Beta! 24 bit only. Default Paint settings.

Todo:
Gamma-Correction
Replace Arduino by Shift Register
Set the timer inside the Constructor
Assembler code for updateDisplay
Support for 32x32 and 16x62 matrix panells

About

Arduino library and example code for the 64x32 RGB matrix panels on ESP8266

License:Apache License 2.0


Languages

Language:C++ 53.8%Language:C 35.3%Language:Arduino 10.9%