Releases: niwciu/LCD_HD44780
Releases · niwciu/LCD_HD44780
v1.0.3
LCD_HD44780 v1.0.3
What's Changed
- Added new LCD TYPE
- Custom char module updated to add new features #59
- Added bash scripts for running ESP8266 example
- CI Pipeline added #54
- Added devcontainer to the project #58 (currently with all project tools and stm32 toolchain)
- Added project page with reports and code documentation
- Library api updated #52
- Added python automation scripts for project configuration and project tools usage
- Added Custom Char generator tool for automatic def char module code generation - separate project linked to this repo
- Update project documentation and project wiki
v1.0.2
LCD_HD44780 v1.0.2
What's Changed
- LCD GPIO interface reorganized to simplify interface implementation on driver side and optimize the resources usage.
- Doxyfile for generating documentation was added to repository
- LCD_HD44780_doc.chm file was generated and added to repository
- ReadMe.md file was updated. Update of the ReadMe.md file covers also solving of reported issues #33 and #26