Open czyz opened 9 years ago
The Sparkfun library is changing all the time. Too quickly for me to keep up. I've been working on another lately that does not rely on the Sparkfun one or anyone else so it will always work. Email me at 0miker0@gmail.com
The Sparkfun library doesn't seem to include any file named data.h or any variable named 'bigNumbers'. Maybe they've changed it, or are you including some other library? There's some missing pieces to this installation that I need to track down.
Test_01.ino:11:18: error: data.h: No such file or directory Test_01.ino: In function 'void printBigNumber(char, int, int)': Test_01:150: error: 'bigNumbers' was not declared in this scope Test_01.ino: In function 'void sendCharXY(unsigned char, int, int)': Test_01:185: error: 'myFont' was not declared in this scope Test01.ino: In function 'void sendStr(unsigned char)': Test_01:225: error: 'myFont' was not declared in this scope Test01.ino: In function 'void sendStrXY(char, int, int)': Test_01:242: error: 'myFont' was not declared in this scope