LiquidCrystal_I2C icon indicating copy to clipboard operation
LiquidCrystal_I2C copied to clipboard

Library for the LiquidCrystal LCD display connect I2C bus to an ESP8266 or Arduino board

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

``` inline size_t LiquidCrystal_I2C::write(uint8_t value) { send(value, Rs); } ``` Missing return value. This is an error and can fail builds if warnings-as-errors is turned on for this issue. I...

Hi, I successfuly use your LiquidCrystal_I2C library with Wemos D1 mini Pro with ESP core 2.5.0. With any ESP core version starting from 2.6.0 or higher, the 16x2 display shows...

Hi, this pr proposes: * The feature to *optionally* pass a custom I2C instance, instead of using the default `Wire` * The methods now return a boolean, to check whether...

when i try to control my lcd's with the i2c protocol i only get the first letter of each line i send to the screen. i am using a pcf8574at...