Skip to content

Adafruit_GFX-compatible library for NeoPixel grids using FastLED library

License

Notifications You must be signed in to change notification settings

awtrix/FastLED_NeoMatrix

 
 

Repository files navigation

FastLED NeoMatrix

Adafruit_GFX-compatible library for NeoPixel matrices and grids. Controls single and tiled NeoPixel displays. This library requires FastLED and Adafruit_GFX libraries.

Please see https://learn.adafruit.com/adafruit-neopixel-uberguide/neomatrix-library for how to use this library.

Example code: https://github.com/marcmerlin/FastLED_NeoMatrix/blob/master/examples/MatrixGFXDemo/MatrixGFXDemo.ino

More complex example code: https://github.com/marcmerlin/NeoMatrix-FastLED-IR

This code was taken from Adafruit_NeoMatrix and adapted to work with the more powerful FastLED library. The reasons for using FastLED instead of Adafruit::Neopixel as a backend, include:

Video demo: https://www.youtube.com/watch?v=tU_wkrrv_4A

164_20170424_adafruit_gfx_on_neomatrix_32x32 171_20170424_adafruit_gfx_on_neomatrix_32x32

About

Adafruit_GFX-compatible library for NeoPixel grids using FastLED library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.9%
  • C 12.1%