robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
75 stars 16 forks source link

Update Waveshare Clear() Method calls #90

Open robweber opened 8 months ago

robweber commented 8 months ago

Several changes to to the Clear() method of a few Waveshare types add a default color parameter. Right now these are handled through a special alt_clear variable in the waveshare_display.py file. The new style does not affect current code as the color white (default) is being passed in anyway.

Updating these calls within omni-epd will standardize the Waveshare library code and make the alt_clear settings un-needed.