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
- support for Waveshare 7.3in E display - thanks @antoinecellerier
Changed
- replaced
importlib.resources
withimportlib_resources
per the migration information - Waveshare libraries now loaded from official repo again.
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 theomni-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