This is a fork of the popular LiquidCrystal library for Arduino that supports my simple IOAbstraction framework (https://github.com/davetcc/IoAbstraction) for ...
One uses the LiquidCrystal_I2C library (I²C display). The other uses the LiquidCrystal library (parallel display). In the code, set: USE_I2C = 1 for I²C displays (with LiquidCrystal_I2C) USE_I2C = 0 ...