Releases: iCMDdev/CharPi
CharPi v0.2.6
What's new in v0.2.6
Bug Fixes + added PyPi support.
Previous fixes in v0.2.x versions:
v0.2.6: This update adds the ability to change the display's pins, when used in 4-bit mode, as well as an updated example for the 4-bit module.
v0.2.4: Fixed a bug that prevented custom characters from working with 5x10 dot characters.
v0.2.3: Added new examples and fixed some issues such as the inability to import some modules, or creating custom characters in the intended way.
v0.2.2: Fixed an issue that prevented v0.2.x code from running.
v0.2.1: Added the ability to change the display's I2C address
v0.2.0: Custom Output Handling is here!
CharPi v0.2.5
What's new in v0.2.5
This update adds the ability to change the display's pins, when used in 4-bit mode, as well as an updated example for the 4-bit module.
Previous fixes in v0.2.x versions:
- v0.2.4: Fixed a bug that prevented custom characters from working with 5x10 dot characters.
- v0.2.3: Added new examples and fixed some issues such as the inability to import some modules, or creating custom characters in the intended way.
- v0.2.2: Fixed an issue that prevented v0.2.x code from running.
- v0.2.1: Added the ability to change the display's I2C address
- v0.2.0: Custom Output Handling is here!
CharPi v0.2.4
What's new in v0.2.4
This update is a follow-up fix to an issue addressed in v0.2.3.
An issue that prevented users from creating custom characters in the intended way was resolved in v0.2.3 by adding a parser. This update is making the parser compatible with 5x10 dot characters.
Creating custom characters in versions previous to v0.2.3 is still possible by using a real CGRAM address as an argument od the NewCharacter() method, rather than simply sending the character's code (which is the current implementation).
Previous fixes in v0.2.x versions:
- v0.2.3: Added new examples and fixed some issues such as the inability to import some modules, or creating custom characters in the intended way.
- v0.2.2: Fixed an issue that prevented v0.2.x code from running.
- v0.2.1: Added the ability to change the display's I2C address
- v0.2.0: Custom Output Handling is here!
Alpha release v0.1.1
First public alpha release. Bugs might be present.