Search found 1 match

by robers97
Sat Nov 22, 2014 2:12 am
Forum: Open Hardware
Topic: LCD1602 on Arduino - 2nd row not displaying
Replies: 1
Views: 7118

LCD1602 on Arduino - 2nd row not displaying

I have a LCD1602 soldered onto a 16 column 2 row display.
If I configure the LiquidCrystal_I2C

LiquidCrystal_I2C lcd(0x27,16,2); // DOESN'T DISPLAY ANY ROWS
LiquidCrystal_I2C lcd(0x27,16,1); // works fine, except I don't get any display on the 2nd row!!

Using...

// LiquidCrystal_I2C V2.0 - Mario ...