Some chipsets pre-cycle the first byte, which means we want to cycle byte 0's dithering separately
| 405 | |
| 406 | /// Some chipsets pre-cycle the first byte, which means we want to cycle byte 0's dithering separately |
| 407 | FASTLED_FORCE_INLINE void preStepFirstByteDithering() { |
| 408 | d[RO(0)] = e[RO(0)] - d[RO(0)]; |
| 409 | } |
| 410 | |
| 411 | /// @name Template'd static functions for output |
| 412 | /// These functions are used for retrieving LED data for the LED chipset output controllers. |
no outgoing calls
no test coverage detected