Hi, i'm trying to connect a PCF8574 with a display and control it with arduino UNO.
i've read some tutorials but nothing is showing in the lcd only light up backlight... i'm using proteus to simulate...
i've downloaded LiquidCrystal_I2C.h library but its not helping...
that is a picture of the connections:
I'm Using the Hello World example:
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(32,16,2); // set the LCD address to 0x20 for a 16 chars and 2 line display
void setup()
{
lcd.init(); // initialize the lcd
// Print a message to the LCD.
lcd.backlight();
lcd.print("Hello, world!");
}
void loop()
{
}
IHi, i'm trying to connect a PCF8574 with a display and control it with arduino UNO.
i've read some tutorials but nothing is showing in the lcd only light up backlight... i'm using proteus to simulate...
that is a picture of the connections:
I'm Using the Hello World example:
You've waited nearly three years to give this advice. Surely you could have taken a few more minutes to run it through Google translate before posting it.
Use the PCF8574A
connect the following on the LCD:
p0- RS
p2- E
p4-D4
p5-D5
p6-D6
p7-D7
SCL-A5 in pullup on arduino
SDA-A4 in pullup on arduino