Skip to content

Version 0.4.2

Latest
Compare
Choose a tag to compare
@robweber robweber released this 15 Nov 17:51

This release updates the Waveshare driver library location back to the Official Waveshare repository. Listing changes for both 0.4.2 and 0.4.1 as there was no release made for 0.4.1, although there is a tag for it.

Version 0.4.2

Added

Changed

Fixed

  • Waveshare 7.3 inch was loading the wrong driver - thanks @reinharty
  • Waveshare 1.54in V2 had wrong init() method - thanks @W11T
  • fixed GitHub actions Pytests not working

Version 0.4.1 (not released)

Added

  • --list argument for the omni-epd-test utility. This will list all valid display options and exit.
  • Added PiArtFrame to projects list

Changed

  • added development mode install instructions to README

Fixed

  • waveshare 1in displays had wrong device name in README - thanks @rpdom
  • palette filter processing was not working with modes other than black/white - thanks @fardage for the issue