You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devices/waveshare2in13v2
Michael Hanselmann 0c6b49f898 waveshare213v2: Implement flicker-free partial updates
Update both image buffers (B/W and red) and configure the controller to
only refresh the changed areas. With this change the "DrawPartial"
function becomes equivalent to "Draw" and is thus marked as deprecated.
It didn't really provide additional functionality before as partial
updates weren't truly implemented.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
4 years ago
..
controller.go waveshare213v2: Implement flicker-free partial updates 4 years ago
controller_test.go waveshare213v2: Implement flicker-free partial updates 4 years ago
doc.go waveshare2in13v2: Amend documentation with note on GDEH0213B73 4 years ago
drawing.go waveshare213v2: Keep display contents in shadow buffer 4 years ago
drawing_test.go waveshare213v2: Keep display contents in shadow buffer 4 years ago
errorhandler.go waveshare213v2: Make busy a PinIn, use WaitForEdge 4 years ago
example_test.go waveshare213v2: Allow changing update mode without re-initialization 4 years ago
waveshare213v2.go waveshare213v2: Implement flicker-free partial updates 4 years ago