Is this lcd I2c comptabile?

so i've just ordered this LCD which is meant to be with hebrew fonts, but it seems (if i read it's pinout correctly, that unlike the standard lcd it's pinout don't match the standard i2c (i think it's standard)
for example the smaller lcd has D7 on pin 14, but that pin is 3rd from the right,
while on the bigger one pin 14 seems to be on the outmost left.
by connected wrong, have i fried either the i2c or the bigger lcd?


image

Do you have a link to where you got that display from?

It looks a bit strange.. given 15 & 16 are noted at the opposite from pin 14.

Either the pins are oddly arranged, or the circuit board is incorrectly labelled.

So 15 & 16 are normally the backlight LED pins... you should confirm that first.

If they work then try do enable the power pins at the other end and see what happens... do you get the "white boxes" displayed.

this is the link

Weirdly pin 14 does look like it might be the GND pin (pin 1 normally).

Can you show what the other side of the board looks like.. pariticalalry the traces from the pins in the header.

The display has no I2C interface, you seem to mean something different.

I wouldn't expect anything "standard" in display module connectors. Standard are a few display controllers whose pins can be found in the module connectors and can be used with the same libraries. If a display does not work when wired as indicated in the data sheet then I'd return it and look for more reliable offers.

Apparently (thanks @Paul_B ) this is not so unusual. But unfortunately it means your I2C adapter will have to be wired wire by wire to get it to work.

i know it has no interface i bought one to attach it to it.

The labelling is correct.

This is the wiring:

Are you looking for advices to the 1602 or the 2004 ?

Because the 1602 seems to be the default pinout and compatible with the PCF8574 adapter.
Your Datasheet snapshot and link is from the 1602 also.

So I just wonder what you are looking for now.

In general LCD modules with the row of pins at the upper left have the pins numbered sequentially, as expected, with pin number 1 near the edge of the board.

Also in general LCD modules with the row of pins at the lower left usually have the pins in a different order, sometimes (but not always) as shown in the initial post.

It is interesting to see that in the link provided in post #3 that the pictures on the left show the row of pins in the expected upper left location yet the enlarged picture on the right side shows the row of pins at the lower right.

EDIT: This should have said "... the pins at the lower left."

To answer your question "have i fried either the i2c or the bigger lcd?" ... I don't think so but the only way to find out is to de-solder the adapter and reconnect it as shown in post #8. The I2C adapter is not likely to have been damaged by connecting its outputs incorrectly and the displays themselves tend to be quite robust.

Don

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.