Releases: mathertel/LiquidCrystal_PCF8574
Releases · mathertel/LiquidCrystal_PCF8574
Version 2.2.0
Enable custom I2C interfaces
What's Changed
Enables using a non-default i2c / TwoWire port for boards that support multiple ports.
Added example LCD_Burnin.ino
showing how to transfer a 20 char and 4 lines buffer to a device all at once.
New Contributors
- @uutzinger made their first contribution in #27
Full Changelog: 2.0.0...2.1.0
Quality Updates
What's Changed
- Category of this library is "Display"
- Add LCD API command() function
- Add a PROGMEM variant createCharPgm()
- Add user defined character in example
- Allow arbitrary pin assignments for variations of PCF8574 to LCD wirings.
- Use unsigned 8bit instead of signed 16bit integers
- Speed up transfers
- GitHub quality checks using GitHub Actions for various processors
New Contributors
Full Changelog: 1.3.0...2.0.0
fixes and improvements
fixes and improvements
re-implement and improvements
now works with AVR and ESP8266 boards
Initial stable version.
1.1.0 Test Script added.