cyberbit / neoblock

Alternative TiX clock on NeoPixels.
https://cyberbit.github.io/neoblock
3 stars 0 forks source link

Add wipe effect using specific background and foreground colors #10

Open cyberbit opened 7 years ago

cyberbit commented 7 years ago

Calling wipeOn() should wipe across the screen, filling with a specified background color. Calling wipeOff() should clear the background color. The difficulties of this function lie in ensuring the functions are coupled together correctly, and that resetting the functions isn't a huge hassle.