But I cannot find a clear method for the Display struct. Am I missing something? There is a clear_frame method for the EPDs. But that does not change the display buffer.
I am asking because after updating to 0.6 the "background" color of my 2in9_v2 display is suddenly black (instead of white). In version 0.5 the Display2in9 buffer was initialized with 0xff.
In graphics.rs it says:
see here
But I cannot find a
clear
method for theDisplay
struct. Am I missing something? There is aclear_frame
method for the EPDs. But that does not change the display buffer.I am asking because after updating to 0.6 the "background" color of my 2in9_v2 display is suddenly black (instead of white). In version 0.5 the
Display2in9
buffer was initialized with 0xff.