Hey All,
Im a total noob to the arduino and electronics world, and just working on my first project.
Im trying to get an LCD wired to my arduino and having some difficulties figuring out the wiring map as supplied by the manufacturer.
The LCD I have is as follows:
http://www.icstation.com/iici2c-2004-module-yellow-screen-arduino-p-1534.html
The attached pdf is the wiring diagram.
Unfortunately I'm no electronics guy, so Im having difficulties figuring out how exactly this thing should be wired to the arduino.
Currently, it's wired as follows:
vss = to ground on arduino
vdd = to 5v power on arduino
vee = (my first problem. where and how does this pin go ?)
di = to digital pin 12 on arduino (as per sample code attached)
rw = to digital pin 11 on arduino (as per sample code attached)
e = to digital pin 2 on arduino
d0 = pin 3
d1 = pin 4
d2 = pin 5
d3 = pin 6
d4 = pin 7
d5 = pin 8
d6 = pin 9
d7 = pin 10
a = 5v
k = ground
Have I done something wrong here ? If yes, please tell me. I was hoping this would be as simple as wiring it up properly, upload the sample code that came with the LCD and voila.... unfortunately no such luck.
Any advice anyone could provide would be most appreciated.
Cheers
Jason
Arduino_LCD1602.txt (2.18 KB)