Hi,
I've tried to search the forum and the web for the answer, but no luck. I've spend days searching and tinkering, but still no luck.
I want to run a 240x64 with a t6963 Controller using the Arduino Uno R3. I am attempting to us u8GLib.
Based on their construct:
U8GLIB_T6963_240X64 u8g(8, 9, 10, 11, 4, 5, 6, 7, 12, 13, 2, 3, 1); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7, cs=14, a0=15, wr=17, rd=18, reset=16
So I have it wired as:
Arduino LCD
9 D0 12
8 D1 11
7 D2 13
6 D3 14
5 D4 15
4 D5 16
3 D6 17
2 D7 18
10 CS 19 cs = fs? Character selection?
11 A0 8 a0 = cd
12 WR 5
13 RD 6
1 RS 10
Here's the manufactor's data for the T6963:
I'm confused as to what CS, A0.
Can anyone shine some light?