Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix preview flickering when sending out DDP or art-net
BusNetwork stores original colors (not modified by global brightness), so `restoreColorLossy(strip.getPixelColor(i), stripBrightness);` was actually restoring brightness twice when running network output. This lead to preview flickering.
- Loading branch information