Hi all,
Am trying to interface 240 x 128 Graphical display which have T6963C controller.
Am using u8glib library for interfacing. this is first time am interfacing with T6963c. so am trying to display
"Hello world " program from example program of u8glib librbary.
un commanded following lines and did connection as mentioned.
U8GLIB_T6963_240X128 u8g(8, 9, 10, 11, 4, 5, 6, 7, 14, 15, 17, 18, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7, cs=14, a0=15, wr=17, rd=18, reset=16
Unfortunately nothing is displaying on screen. i have adjusted Trimpot but then also there is no effect.
my connections as follows.
LCD PIN ------LCD NAME------U8glib------ Arduino2560
1 FG GND GND
2 GND GND GND
3 VDD 5V 5V
4 VO 10k POT
5 /WR wr 17
6 /RD rd 18
7 /CE cs 14
8 C/D a0 15
9 RST reset 16
10 D0 D0 8
11 D1 D1 9
12 D2 D2 10
13 D3 D3 11
14 D4 D4 4
15 D5 D5 5
16 D6 D6 6
17 D7 D7 7
18 FS GND GND
19 LEDA 5V ( Getting 4.9v from Display Module)
20 VEE 10k POT
10K pot connection
VEE ---- V0-----+5V
from vee am getting -23.8V
Attaching here the datasheet of GLCD.
What should i do next?
Kindly help...
RD240128A240.pdf (842 KB)