robweber / omni-epd

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

Update Waveshare Clear() Method calls #90

Open robweber opened 1 year ago

robweber commented 1 year 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.