Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove background_color and clear_frame #108

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 18, 2022

  1. Remove background_color and clear_frame

    Resolves caemor#100
    
    I did find one display which was using `background_color` for stuff other than `clear_frame` - the epd5in16f was using it to set the border color. For now, I've replaced it with a `set_border_color` method which is only on that display. It should eventually be replaced by a proper method on `WaveshareDisplay`, but I don't have any hardware which supports border colors that I can test with.
    Liamolucko committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    19df3e8 View commit details
    Browse the repository at this point in the history
  2. Update examples

    Liamolucko committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    fe58fc5 View commit details
    Browse the repository at this point in the history
  3. Fix epd1in54_v2

    Liamolucko committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    9424e00 View commit details
    Browse the repository at this point in the history