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 e81e6be2d1 waveshare213v2: Allow changing update mode without re-initialization
It's perfectly acceptable to update a display in full mode before
switching to partial mode and vice-versa. There's no need for a full
soft-reset in-between.

This change breaks the API: the "Init" function no longer receives
a parameter. The default is to always start in the full update mode.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
4 years ago
..
controller.go waveshare213v2: Unify initialization, separate mode config 4 years ago
controller_test.go waveshare213v2: Unify initialization, separate mode config 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: Allow changing update mode without re-initialization 4 years ago