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/devices/apa102
M-A 8e1f781a4d apa102: change from RawColors to DisableGlobalPWM (#261)
The rationale is that both intensity limiting and temperature correction can
still be used with 8 bits resolution, but perceptual mapping can't.

Make the documentation clearer about the implications. Add global PassThruOpts
to make its clear for users.

Add example for ToRGB() using PassThruOpts.

Add unit tests.

Add flag -g to cmd/apa102.

Extracts a condition from the inner raster loop, increasing performance by up to
25%.

Fix bug in dst overrun.
8 years ago
..
apa102.go apa102: change from RawColors to DisableGlobalPWM (#261) 8 years ago
apa102_test.go apa102: change from RawColors to DisableGlobalPWM (#261) 8 years ago
doc.go devices: overhaul documentation 8 years ago
example_test.go apa102: change from RawColors to DisableGlobalPWM (#261) 8 years ago
temperature.go apa102: remove remaining float64 use and dependency on maruel/temperature. (#67) 10 years ago
temperature_test.go Benchmark related changes 8 years ago