adafruit / Adafruit_SHARP_Memory_Display

This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays
http://www.adafruit.com/products/1393
Other
60 stars 54 forks source link

Added new method (clearDisplayBuffer) to allow clearing of the internal display buffer. #15

Closed winneymj closed 4 years ago

winneymj commented 5 years ago

Added new method (clearDisplayBuffer) to allow clearing of the internal display buffer. When performing animation we write a frame to the display buffer and then update the display. We need to clean down the display buffer before building the next frame. Without this method the refresh of the display shows flickering as we clear the display between each frame, which is not required.