No matter which example code I try to upload I get a compiling error. I have the correct board and port selected. Projects that do not use the LCD library do not have problems. [This is the tutorial I’m working with.
This is the error generated by the ZanyCircles example:
In file included from C:\arduino-1.0.1-windows\arduino-1.0.1\hardware\arduino\cores\arduino/Arduino.h:213,
from ZanyCircles.cpp:19:
C:\arduino-1.0.1-windows\arduino-1.0.1\hardware\arduino\variants\standard/pins_arduino.h:43: error: expected unqualified-id before numeric constant
I’ve tried it on a Mega and an Uno. The last visible row is stuck, everything is upside down compared to what the sample code is supposed to display, and the blues and reds are swapped. This happens with both boards.
It means you have a slightly different EPSON screen. There are many different variations of this screen, and I am not sure if that library accounts for it.
TCWORLD:
It means you have a slightly different EPSON screen. There are many different variations of this screen, and I am not sure if that library accounts for it.
Glad it works. Just so you know, the test pattern should be centred in the screen (an equal width border around all sides). You can achieve this by adjusting the init() call.
graphic.Init(x,y, … , … , … )
Where the x and y represent an offset of the (0,0) point. Simply adjust the two numbers until it is central. Once you have found it, you just need to use those two numbers whenever you use that particular screen.](http://dl.dropbox.com/u/55601872/s/lcdtest.JPG)