Closed biohazardxxx closed 8 years ago
Try the latest repo code as this has been fixed.
updated both Parola and MAX72XX. and now I get this (error from Parola_HelloWorld example):
c:\Users\bla\AppData\Local\Temp\arduino_modified_sketch_92268\Parola_HelloWorld.ino: In function 'void setup()':
Parola_HelloWorld:26: error: 'CENTER' was not declared in this scope
P.displayText("Hello", CENTER, 0, 0, PRINT, NO_EFFECT);
^
Parola_HelloWorld:26: error: 'PRINT' was not declared in this scope
P.displayText("Hello", CENTER, 0, 0, PRINT, NO_EFFECT);
^
Parola_HelloWorld:26: error: 'NO_EFFECT' was not declared in this scope
P.displayText("Hello", CENTER, 0, 0, PRINT, NO_EFFECT);
^
All the effect types now have PA_ as prefix. I thought all the examples were already changed over. Is this an old example you had from before?
yes true I did not load up a fresh one. works just wonderfull now. Thanks.
Hi,
when I included Parola and this library into my project where I need ofcourse WiFi connectivity the compile fails. With error: redeclaration of 'CLOSING'. Without Wifi it works ok (while most of the out effects don't work, but ok for me).
Is that something that can be fixed? Or do you have a suggestion for a workaround?
BR