You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: