Releases: peter-l5/SH1107
Releases · peter-l5/SH1107
version 1.3.2
build v319 - bug fix and minor enhancements (#7) (also response to issue #6)
- fixes an error in the is_awake() property (issue #5)
- parameterizes the power on/ wake from sleep delay
- adds additional SH1107 commands to the constructor start-up sequence (all set to defaults)
- amends the DC-DC converter setting to the SH1107 power on reset default of
0xad81
from0xad8d
- Delete sh1107 demo code i2c.py
- Delete sh1107 demo code spi.py
version 1.3.0
build 317: changes since version 1.2.0 include:
- support for 128x64 displays
- support for MicroPython v1.20.0 methods
What's Changed
Full Changelog: v1.2.0...v1.3.0
version 1.2.0
build 311: changes since version 1.1.0 include:
- optimisation for the rotation feature of the large_text() method of the framebuf2 module added
- updated optimisations for the circle and triangle method of the framebuf2 module added
- repaired a logic error in the sleep method
version 1.1.0
Changes include:
- is_awake property added
- fixed an issue where the negative co-ordinates for framebuffer methods could trip an error
- fixed an issue where the SPI interface would re-initialise in SH1107_SPI.write_command() and SH1107_SPI.write_data()
- amended the fill_rect() and rect() methods for compatibility with the "latest" (not yet released) MicroPython version
- improved readme file
version 1.0.0
first production release
Full Changelog: https://github.com/peter-l5/SH1107/commits/v1.0.0