Releases: gavinlyonsrepo/ER_OLEDM1_CH1115
Releases · gavinlyonsrepo/ER_OLEDM1_CH1115
version 1.4.2
- Version 1.4.2 June 2024
- Minor update. Add back in pgm_read_byte command, as it was removed on last update
so library works fully with UNO rev3.0 board.
- Minor update. Add back in pgm_read_byte command, as it was removed on last update
version 1.4.1
Minor update, see change log for details
version 1.4.0
- Version 1.4.0 Jan 2024
- OLED width & height no longer constant, and must now be supplied in constructor.
- SW SPI GPIO delay can now be modified by a setter function
- Enhanced Error handling for fonts and bitmaps, enum CH1115_Return_codes added.
- Fonts 9-12 added
- Fonts 7-8 characters increased from 11 to 14.
1.3.3 version
- Version 1.3.3 May 2023
- Added Doxygen style comments to create automated API
- Replaced multi-screen struct with a class
- Added Enum font inside class name space
- Removed no buffer mode.
version 1.3.2
- Version 1.3.2 December 2022
- Three new fonts added (tiny, homespun + mednum)
- new method "drawText" added
- Font data placed in .cpp file
- .h files changed to .hpp
Full Changelog: 1.3.1...1.3.2