EA DIP180-5

Hi there,

I have a EA DIP180-5 (http://www.lcd-module.de/pdf/grafik/dip180-5.pdf) and tried this with u8glib.

My Pins (Display=Arduino)

1 = GND (VSS)
2 = 5V (VDD)
3 = 10K Left at +3.3, right at GND, top to Display (VEE)
4 = 17 (Interrupt/Command)
5 = 16 (R/W)
6 = 14 (E1)
7 = 8 (D0)
8 = 9 (D1)
9 = 10 (D2)
10 = 11 (D3)
11 = 4 (D4)
12 = 5 (D5)
13 = 6 (D6)
14 = 7 (D7)
15 = 15 (E2)
16 = 18 (Reset)
17 = 19 (E3)
18 = 3.3V (LED Backlight)

But even not the backlight lights up...

What did I do wrong?

Thanks

Hoi,

did you connect the -3,3 V for the contrast power correctly ?

A.R.Ty:
did you connect the -3,3 V for the contrast power correctly ?

And even more difficult, the display does not provide a negative power output. You will need an external negative voltage converter (see top of page 3).

Additionally the Backlight LED requires an external resistor. According to the datasheet:
Forward voltage Vf = 3.3 V
Assumed Operating Voltage V = 5V (from Arduino)
Max current: I = 45 mA
This is: R = (V - Vf) / I ~ 47 Ohm, so i suggest to connect the backlight via a 47 Ohm to the 5V of the Arduino. Well, it might be already damaged if it had been connected to 3.3V directly.

Oliver

A.R.Ty:
Hoi,

did you connect the -3,3 V for the contrast power correctly ?

hmmm... I thought GND is good enough for that?

usually not... you need the negative voltage.

Oliver

Most people (even if a little bit "electronical" :wink: ) don't know that there is a negative Voltage - me too for a long time.
But, as you can see, there is some.

Be happy that this one only needs -3,3V what is easy to build with some parts -most (usually the graphical ones) often use a negative voltage between -10 and -18 - THAT is a problem because for that you nee a complete other kind of technology to make it work.
The s.n. INVERTERS can power out some hundreds volts + or -, all by driving with i.e. 12V=: also they can invert the power from = to ~.

Now when you are more familiar with that look for displays WITHOUT needing negative voltage :smiley:

A.R.Ty:
Now when you are more familiar with that look for displays WITHOUT needing negative voltage :smiley:

Thanks for this :wink:

I've already bought an simple 40x4 Display :wink:

fine that you got another LCD - its better to use those ones.

So see you again here when the 4x40 has arrvied 8) - but this is really easy to control (if you use a standard controller, best is always a HD44780 or compatible (this is another urgent "parameter" when buying Char LCDs))