Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.33 KB

i2c-character-display Change Log

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 to BaseCharacterDisplay 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

0.1.0

Initial release. Support for both Generic PCF8574T I2C and Adafruit Backpack character display adapters.