Demo Code for the Pervasive Display

Hello all,

I've just started using the Uno and am trying to run the demo code for the Pervasive Display(2.7)
extension board. I am recieving many errors:

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows XP), Board: "Arduino Uno"
demo.ino:107:22: error: text_image_2_7.xbm: No such file or directory
demo.ino:114:22: error: cat_2_7.xbm: No such file or directory
demo:137: error: duplicate 'const'
demo:159: error: 'EPD_Class' does not name a type
demo.ino: In function 'void setup()':
demo:198: error: 'FLASH' was not declared in this scope
demo:213: error: 'S5813A' was not declared in this scope
demo.ino: In function 'void loop()':
demo:222: error: 'S5813A' was not declared in this scope
demo:227: error: 'EPD' was not declared in this scope
demo:240: error: 'text_image_2_7_bits' was not declared in this scope
demo:245: error: 'cat_2_7_bits' was not declared in this scope

Like i said i am totaly new and unfamiliar with Arduino C.

Any help would be greatly appreciated.

Thanks,

Matt

demo.ino:107:22: error: text_image_2_7.xbm: No such file or directory
demo.ino:114:22: error: cat_2_7.xbm: No such file or directory

Do you actually have these files on your system ?

Have you installed a library for the device and if so where did you put it ?

You will get little or no help unless you post your program.

I didn't see any Arduino shields or libraries on the Pervasive Displays site: http://www.pervasivedisplays.com/products/27

At least tell us where you found this demo program and exactly what "extension board" you have.