Skip to content

Releases: peter-l5/SH1107

version 1.3.2

21 Oct 14:09
ae49eea
Compare
Choose a tag to compare

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 from 0xad8d
  • Delete sh1107 demo code i2c.py
  • Delete sh1107 demo code spi.py

version 1.3.0

13 May 16:36
451f62c
Compare
Choose a tag to compare

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

13 May 13:00
35218a6
Compare
Choose a tag to compare

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

24 Feb 02:16
ff8871f
Compare
Choose a tag to compare

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

20 Feb 19:40
05e8048
Compare
Choose a tag to compare