LiquidCrystal_I2C icon indicating copy to clipboard operation
LiquidCrystal_I2C copied to clipboard

This is an Arduino library for HD44780 LCD display, operated in 4 bit mode over I2C bus with 8-bit I/O expander PCF8574

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

When compiling for the ESP32, analogWrite is not defined. This is because the ESP32 uses led controllers (with 15 output channels) This pull request adds those led controller thingies, only...