Hi, I'm using a Mega with 8*8 Led Matrix * 6 and the MaxMatrix library from Google Code Archive - Long-term storage for Google Code Project Hosting.. I have their examples working fine, and have used the functions in my own program.
On another test sketch the Serial.begin(9600) and the MaxMatrix seem to be incompatible. With both included it won't build, the error is:
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
If I take either out it's alright. If I switch the board to Uno it's alright, back to Mega, fails again.
I tried starting again with blink, and again Serial and MaxMatrix are incompatible.
Is there any stored config for a Sketch? Where?
When you select a library does it do any more than put the 'include x.h' in the program?
Is there a way of resetting the sketch build, and forcing it to build everything again?
I'm concerned that the sketch that is working well will suddenly get this incompatibility and I won't know how to fix it.