marcmerlin / FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos

Various Arduino 2D demos that work all hardware backends supported by FrameBuffer::GFX
http://marc.merlins.org/perso/arduino/post_2020-03-16_Framebuffer_GFX_-Choosing-between-its-3-2D-APIs_-FastLED-XY_-NeoMatrix_-and-LEDMatrix_-and-detail-of-its-many-supported-hardware-backends.html
96 stars 19 forks source link

no matching function for call to 'SmartMatrix3<24, 64, 96, 0u, 0u>::begin(int&)' #1

Closed veitk closed 5 years ago

veitk commented 5 years ago

i can't build any of those examples ... they look awesome. i'm using ESP32 and Arduino Studio...

at this line: if (reservemem) matrixLayer.begin(reservemem); else matrixLayer.begin(); -> no matching function for call to 'SmartMatrix3<24, 64, 96, 0u, 0u>::begin(int&)'

marcmerlin commented 5 years ago

On my @veitk I'm so sorry about not getting back to you , I missed this. I found this bug too and fixed it a little while ago, my apologies for this.

marcmerlin commented 5 years ago

actually I fixed a bug related to this, currently it builds fine on ESP32 for me, please re-open if you still see this with the latest tree.

marcmerlin commented 5 years ago

Also, with the latest update, there is support for more backends now: