Arduino Uno connect to the LCD T6963 display

Hello. I try to connect the Arduino Uno to the LCD T6963 display. But I have no idea how to connect the power supply for the LCD. The input power should be 5V, however the LCD supply power should be 16V. Vdd-V0=16.2V and Vdd-Vee=21.3V. Any idea on how to approach the voltage above?

Here is my current connection:
LCD Arduino Uno
Vss GND
Vdd +5V
V0
C/D A3
RD A1
WR A0
DB0~DB5 D2~D9
CE A2
Reset Reset
Vee
MD2 GND
FS1 GND
N/C NC

What does the datasheet say?

Post a link to the Datasheet, and we'll take a look.

// Per.

Hi:

Here is the datasheet.
file:///F:/MyDocument/SkyDrive/Internship/Monochrome%20240x128%20paperwhite/YMS240128-01AEBFDSL_T6963C_16.6=.pdf

JianyuanMa:
Hi:

Here is the datasheet.
file:///F:/MyDocument/SkyDrive/Internship/Monochrome%20240x128%20paperwhite/YMS240128-01AEBFDSL_T6963C_16.6=.pdf

A link to your local harddrive in your computer ?

Come again!

// Per.

Sorry. I saved it. Try this.
http://www.believe.it/down.asp?p=pNgVC4g9KoqQfTU

OK. That's a really shitty datasheet :astonished:

I can only comment on the parts regarding the Contrast, as i have no real experience with this model.

You need to connect the VEE and VO pins like on this picture:

  • Use the left drawing.

For the rest of the connections, refer to your GLCD-library documentation.

// Per.

Thank you. Very good advice. It works. :slight_smile: :slight_smile: :slight_smile: