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
hansmi 5b35a3fb05
waveshare2in13v2: Deduplicate and simplify logic for sending data (#33)
Dev.Clear: Avoid writing one beyond the end of the line. Also build the
row data only once before sending it for each line.

Dev.Draw, Dev.DrawPartial: Deduplicate logic for iterating over pixels
and simplify it such that a whole row of bits is built before sending
them in one go.

Tested using a Waveshare e-Paper 2.13in V2 display.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
4 years ago
..
doc.go Separate waveshare2in13v2 driver (#2) 5 years ago
example_test.go Remove dependencies on fogleman/gg and golang/freetype (#28) 5 years ago
waveshare213v2.go waveshare2in13v2: Deduplicate and simplify logic for sending data (#33) 4 years ago
waveshare213v2_test.go waveshare2in13v2: Deduplicate and simplify logic for sending data (#33) 4 years ago