0.4.0 - 2024-11-24
- Completely refactored code to enable different controller types.
- Improved error handling and test coverage.
- Added support for character displays using the AIP31068L controller, which has I2C support built in.
0.3.0 - 2024-11-03
- Added support for data reads from the LCD Character Display for I2C adapters that support it. Refactored code to support this.
- Improved docuemntation
0.2.1 - 2024-10-26
- Added support for
ufmt
- Added
display_type()
method toBaseCharacterDisplay
to allow for querying the display type - Improved documentation
0.2.0 - 2024-10-19
- Added support for 40x4 character displays using two HD44780 controllers with a PCF8574T I2C adapter wired with two enable pins, one for each controller.
- Improved unit tests
Initial release. Support for both Generic PCF8574T I2C and Adafruit Backpack character display adapters.