e-Paper
e-Paper copied to clipboard
Ability to update partial window
Hello! I am using the Python library with a 2.7 in display. I was wondering if there is a way to do a partial window update instead of clearing the window before each update. I am making a clock application and I do not wish to have the screen flash every second. I noticed a blog where somebody using the C library was able to do this, but I'd love to use the Python lib if possible. Thank you!
@objectiveSee Check out this video from Applied Science. Ben does a great writeup of this.
Hi, @objectiveSee, did you find the solution to that problem?