FastLED-GFX icon indicating copy to clipboard operation
FastLED-GFX copied to clipboard

FastLED port of https://github.com/adafruit/Adafruit-GFX-Library

Results 3 FastLED-GFX issues
Sort by recently updated
recently updated
newest added

Is there any example on how to use this lib together with [LedMatrix](http://jorgen-vikinggod.github.io/LEDMatrix/) lib? Thanks.

question

Might be worth adding this to readme: Mentioned in FastLED_GFX.cpp line 919 > // GFXcanvas1 and GFXcanvas (currently a WIP, don't get too comfy with the > // implementation) provide...

Seems I can not have multiple canvas's Tried: GFXcanvas c1(32, 16); GFXcanvas c2(32, 16); When I access c2.fillRect(), it actually puts data in buffer from c1.... ?? :-) RichardS