periph / devices

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

waveshare213v2: Implement partial updates #41

Closed hansmi closed 2 years ago

hansmi commented 2 years ago

This series of changes implements partial, flicker-free update for Waveshare 2.13in v2 displays. Sleep modes and better power management will follow later.

codecov-commenter commented 2 years ago

Codecov Report

Merging #41 (ec4ee88) into main (347b4e2) will increase coverage by 1.1%. The diff coverage is 68.5%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #41     +/-   ##
=======================================
+ Coverage   62.5%   63.6%   +1.1%     
=======================================
  Files         55      56      +1     
  Lines       6723    6727      +4     
=======================================
+ Hits        4200    4279     +79     
+ Misses      2382    2307     -75     
  Partials     141     141             
Impacted Files Coverage Δ
waveshare2in13v2/waveshare213v2.go 0.0% <0.0%> (ø)
waveshare2in13v2/controller.go 100.0% <100.0%> (ø)
waveshare2in13v2/drawing.go 100.0% <100.0%> (ø)
lepton/lepton.go 87.2% <0.0%> (+1.0%) :arrow_up:

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 347b4e2...ec4ee88. Read the comment docs.