FastLED based 2D matrix library.

There is my 2D matrix library, please feel free to test and use.
Includes graphical primitives (lines, circles, rectangles, gradient lines, so on), some rectangle filling functions (2D gradient, 2D rainbow, 2D plasma), differnt shifts.

Also included advanced example with website (not fully functional yet, but already very useful), OTA, effects change and so on. DO NOT FORGET to perform ESP8266 sketch data upload in order to use example!. Required some other my library (SSVTimer, SSVRGBGradient calculator), also can be downloaded there.

Not required, but still usable - SSVXYMatrixText class, also downloadable there.

Never used Github before, so sorry if I have something not correctly setup there, just let me know.

Have tested with ESP12E lolin and 16x16 full color RGB WS2811 led matrix.

Link to all these repositories: link

Need you feedback :slight_smile:

P.s. Still working on this, when have time.

SergeS:
There is my 2D matrix library, please feel free to test and use.
Includes graphical primitives (lines, circles, rectangles, gradient lines, so on), some rectangle filling functions (2D gradient, 2D rainbow, 2D plasma), differnt shifts.

Also included advanced example with website (not fully functional yet, but already very useful), OTA, effects change and so on. DO NOT FORGET to perform ESP8266 sketch data upload in order to use example!. Required some other my library (SSVTimer, SSVRGBGradient calculator), also can be downloaded there.

Not required, but still usable - SSVXYMatrixText class, also downloadable there.

Never used Github before, so sorry if I have something not correctly setup there, just let me know.

Have tested with ESP12E lolin and 16x16 full color RGB WS2811 led matrix.

Link to all these repositories: link

Need you feedback :slight_smile:

P.s. Still working on this, when have time.

Updated example and made a demo.
Demo is here: https://www.youtube.com/watch?v=11CmWvtNJ90&feature=youtu.be
Library is here: GitHub - SergeSkor/SSVXYMatrix: Library to handle 2D matrix display. Based on FastLED. Required SSVRGBGradientCalc class. Demo video: https://www.youtube.com/watch?v=11CmWvtNJ90&feature=youtu.be

Looks awesome,

some ting to ad to my list of wane play whit ;D