Skip to content

Version 0.3.1

Compare
Choose a tag to compare
@robweber robweber released this 08 Apr 18:30
· 88 commits to main since this release

Version 0.3.1

Added

  • omni_epd.mock can now set both the width and height values within the .ini file. Thanks @missionfloyd

Fixed

  • omni_epd.mock device now returns a palette filter when using the color mode. Previously this returned only b/w and resulted in image processing enhancements resulting in a black and white only image, even when color was selected. Hardcoded palette based on web safe colors.

  • Waveshare device epd2in13_V2 should use the alternate clear method which requires a color parameter. Thanks @ThatIsAPseudo for pointing this out

Changed

  • dithering is now done with didder - this is a massive improvement both in scope and speed to hitherdither. Thanks @missionfloyd

Removed

  • removed hitherdither as a dependency