LCD I2c

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
User avatar
stregato
Posts: 18
Joined: Tue Feb 25, 2014 12:28 am
Been thanked: 3 times
Contact:

LCD I2c

Post by stregato »

I wanted to know if anyone has had experience
with LCD i2c I noticed that exists as a component but there is no explanation.
It can be used with PCF8574?
In the properties LCD address using the PCF8574 with pins 1,2,3 at high level
what value should I set?
Thanks for the help

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times
Contact:

Re: LCD I2c

Post by dazz »

Hi
Im sure the one i use has that chip, have you a link to the one you are using, all you need to do is add the i2clcd component , the value for the adress should be in the datsheet for the 8574, type the adress in in hex ie 0x27 and it will convert it to the dec equivalent then work , give me a few minute and i'll pop a flowchart up you will just need to change the mcu

Regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times
Contact:

Re: LCD I2c

Post by dazz »

Hi
Cant post chart as im using a beta version and it might not open all 3 address pins high should be 0x27 in hex so in the component properties either type 0x27 or 39
Let us know how you get on also can you post a flowchart add some comments as to whats wrong. As it will help to diagnose if it doesnt work
Hope this helps regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

Post Reply