arduino新人,想用库(这里下的: https://code.google.com/p/glcd-arduino/downloads/list) 驱动ks0108 的lcd,不过提示好多错误,后来又在这里下载了https://www.pjrc.com/teensy/td_libs_GLCD.html,同样例程提示错误。下面是第一个地址下载的库的例程提示的错误,请教各位前辈怎么解决啊?谢谢
glcdBitmap:10: error: 'PImage' does not name a type
glcdBitmap:11: error: expected unqualified-id before '[' token
glcdBitmap.pde: In function 'void setup()':
glcdBitmap:16: error: 'noFill' was not declared in this scope
glcdBitmap:17: error: 'stroke' was not declared in this scope
glcdBitmap:18: error: 'frameRate' was not declared in this scope
glcdBitmap:20: error: 'a' was not declared in this scope
glcdBitmap:20: error: 'loadImage' was not declared in this scope
glcdBitmap:21: error: 'null' was not declared in this scope
glcdBitmap:22: error: 'size' was not declared in this scope
glcdBitmap:23: error: 'aPixels' was not declared in this scope
glcdBitmap:23: error: 'width' was not declared in this scope
glcdBitmap:23: error: 'height' was not declared in this scope
glcdBitmap:28: error: 'loadPixels' was not declared in this scope
glcdBitmap:30: error: 'pixels' was not declared in this scope
glcdBitmap:31: error: 'updatePixels' was not declared in this scope
glcdBitmap:33: error: 'println' was not declared in this scope
glcdBitmap.pde: In function 'void writeFile(String)':
glcdBitmap:38: error: expected unqualified-id before '[' token
glcdBitmap:39: error: 'f' was not declared in this scope
glcdBitmap:42: error: 'PrintWriter' was not declared in this scope
glcdBitmap:42: error: expected `;' before 'output'
glcdBitmap:43: error: 'output' was not declared in this scope
glcdBitmap:43: error: 'createWriter' was not declared in this scope
glcdBitmap:47: error: expected unqualified-id before '[' token
glcdBitmap:48: error: 'day' was not declared in this scope
glcdBitmap:48: error: 'monthName' was not declared in this scope
glcdBitmap:48: error: 'month' was not declared in this scope
glcdBitmap:48: error: 'year' was not declared in this scope
glcdBitmap:63: error: 'a' was not declared in this scope
glcdBitmap:69: error: invalid operands of types 'const char*' and 'const char [9]' to binary 'operator+'
glcdBitmap:72: error: 'Integer' was not declared in this scope
glcdBitmap:74: error: 'println' was not declared in this scope
glcdBitmap.pde: In function 'int getValue(int, int)':
glcdBitmap:92: error: 'a' was not declared in this scope
glcdBitmap:93: error: 'aPixels' was not declared in this scope