I have two 32x16 matrices, a teensy 3.2 and the smartmatrix shield.
I have the Feature Demo sketch running on the panels.
Its taken my quite a while to get this far! Don’t know what I’m doing. Can anyone help me?
I’m aiming ultimately to stream video to the panels via the Syphon Framework.
Initially though I’m trying to get Fadecandy working.
I’m using Arduino 1.6.7 and trying to compile the firmware sketch but I’m getting the following errors:
/var/folders/8n/kjpgjwvx5pv6c4bs2rpcpd380000gq/T/buildd118a204e1c7614913ae9c929cc3dafc.tmp/sketch/Layer_Fadecandy.cpp.o:(.rodata._ZTV16SMLayerFadecandy+0xc): undefined reference to SM_Layer::fillRefreshRow(unsigned char, rgb48*)' /var/folders/8n/kjpgjwvx5pv6c4bs2rpcpd380000gq/T/buildd118a204e1c7614913ae9c929cc3dafc.tmp/sketch/Layer_Fadecandy.cpp.o:(.rodata._ZTV16SMLayerFadecandy+0x10): undefined reference to
SM_Layer::fillRefreshRow(unsigned char, rgb24*)'
collect2: error: ld returned 1 exit status
exit status 1
Error compiling.
Also can’t get the fadecandy server running on 10.9.5 I’m getting these errors:
dyld: lazy symbol binding failed: Symbol not found: _OSAtomicIncrement32Barrier
Referenced from: /Users/reghome/fadecandy-smartmatrix/bin/./fcserver-osx
Expected in: /usr/lib/libSystem.B.dylib