periph / devices

Go·Hardware·Lean - Device drivers
https://periph.io
Apache License 2.0
85 stars 42 forks source link

waveshare2in13v2: add example #8

Closed kortschak closed 3 years ago

kortschak commented 3 years ago

This is a direct adaptation of the epd package example.

Please take a look.

codecov-io commented 3 years ago

Codecov Report

Merging #8 (b08d46f) into main (7cccb95) will decrease coverage by 2.7%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main      #8     +/-   ##
=======================================
- Coverage   63.3%   60.6%   -2.7%     
=======================================
  Files         47      48      +1     
  Lines       4070    4248    +178     
=======================================
  Hits        2576    2576             
- Misses      1363    1541    +178     
  Partials     131     131             
Impacted Files Coverage Δ
waveshare2in13v2/waveshare213v2.go 0.0% <0.0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7cccb95...b08d46f. Read the comment docs.

belak commented 3 years ago

Nice! I think this is exactly what I did when testing mine.

kortschak commented 3 years ago

PTAL

maruel commented 3 years ago

Thanks!