Recent content on mikenz.geek.nz tagged as lcd.
Skip the story, just give me the code.
A while ago I purchased a 128x64 Graphic LCD from MindKits with the intention of connecting it to an Arduino.
Recently I got around to connected it up in serial mode as per the example code:
LCD Arduino
PIN1 = GND
PIN2 = 5V
RS(CS) = 8;
RW(SID)= 9;
EN(CLK) = 3;
PIN15 PSB = GND;
And the...
> blog/1006/mindkits-128x64-graphic-lcd-and-arduino/