LiquidCrystal_PCF8574 icon indicating copy to clipboard operation
LiquidCrystal_PCF8574 copied to clipboard

A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.

Results 4 LiquidCrystal_PCF8574 issues
Sort by recently updated
recently updated
newest added

/* This code is not working, the line with effects overlaps at the begining of the line replicating one char If I change the line fx.applyEffect(text, 11, 18, effect::invert); to...

Seems that `void LiquidCrystal_PCF8574::setBacklight(uint8_t brightness)` does not work as expected and at least on my display it is merely on or off. Passing 0 toggless the backlight off and any...

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,...