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 45561a7a3c waveshare213v2: Make busy a PinIn, use WaitForEdge
The busy pin from the e-paper display is only used to read, not to
write, and thus there's no need for the PinIO interface. PinIn is
enough.

In addition the WaitForEdge function can be used to shorten the delays
when waiting for the display to become idle. Spurious or missed edges
are acceptable: the delay isn't very long.
4 years ago
..
doc.go waveshare2in13v2: Amend documentation with note on GDEH0213B73 4 years ago
drawing.go waveshare213v2: Use color for clearing 4 years ago
drawing_test.go waveshare213v2: Use color for clearing 4 years ago
errorhandler.go waveshare213v2: Make busy a PinIn, use WaitForEdge 4 years ago
example_test.go Remove dependencies on fogleman/gg and golang/freetype (#28) 5 years ago
waveshare213v2.go waveshare213v2: Make busy a PinIn, use WaitForEdge 4 years ago