dmadison / Adalight-FastLED

Adalight with FastLED support
GNU General Public License v3.0
362 stars 71 forks source link

No buffer #8

Closed dmadison closed 7 years ago

dmadison commented 7 years ago

Removed the 256-byte software buffer. The buffer wasn't providing any benefits since data is immediately fetched and moved to the CRGB array, and the code is slimmer without the overhead.