Skip to content

Releases: VladVanyuk/LiquidCrystal

LiquidCrystal_Base v1.2

10 Feb 15:34
Compare
Choose a tag to compare

Virtual base class for LCD devices.
Reworked "LiquidCrystal_I2C" class to work similar to original "LiquidCrystal" library.

This library allows an Arduino board to control liquid crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. Virtual base class for (LCDs) devices, allows you to use one library for LiquidCrystal displays and LiquidCrystal_I2C displays as objects of child classes. Allows you to create general LCD object and use same methods for different derived classes.

Additional tested: https://wokwi.com/projects/385498212006391809

Full Changelog: Release...Release_v1.2

LiquidCrystal_Base v1.1.0-beta.1.

15 Jan 21:04
Compare
Choose a tag to compare
Pre-release

First working version (v1.1.0-beta.1) of virtual base class wrapper for LiquidCrystal and LiquidCrystal_I2C libraries.
Tests required.