google / periph

Older version of periph, see new version at https://github.com/periph
https://periph.io
Apache License 2.0
1.75k stars 167 forks source link

nrzled/rasterSPI: fix ordering #456

Closed flokli closed 3 years ago

flokli commented 3 years ago

This is supposed to be sent out in GRB order (and the comment below also below claims it), but the code (and corresponding unit tests) did output RGB order.

codecov-io commented 3 years ago

Codecov Report

Merging #456 (d6ef501) into master (6158767) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #456   +/-   ##
======================================
  Coverage    61.8%   61.8%           
======================================
  Files         126     126           
  Lines       11287   11287           
======================================
  Hits         6972    6972           
  Misses       4083    4083           
  Partials      232     232           
Impacted Files Coverage Δ
src/periph.io/x/periph/devices/lepton/lepton.go 85.7% <0.0%> (-1.4%) :arrow_down:
....io/x/periph/experimental/devices/as7262/as7262.go 99.0% <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 6158767...d6ef501. Read the comment docs.

maruel commented 3 years ago

Thanks!