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.
Several changes to to the
Clear()
method of a few Waveshare types add a default color parameter. Right now these are handled through a specialalt_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.