LiquidCrystal_PCF8574 icon indicating copy to clipboard operation
LiquidCrystal_PCF8574 copied to clipboard

LCD 16x4 behaves strange.

Open videobuff opened this issue 1 year ago • 0 comments

How to go about with a 16x4 display ? pos (0,2) and (0,3) starts on position (4,2) and (4,3).

Here is the code: lcd.clear(); lcd.setCursor(0, 0); lcd.print("*** first line."); lcd.setCursor(0, 1); lcd.print("*** second line."); lcd.setCursor(0, 2); lcd.print("*** third line."); lcd.setCursor(0, 3); lcd.print("*** fourth line.");

Scherm­afbeelding 2023-12-06 om 17 21 10

videobuff avatar Dec 06 '23 16:12 videobuff