Improved Color Wipe

This commit is contained in:
cschwinne
2019-10-03 20:57:22 +02:00
parent e0d67bd057
commit 1dccc8dc78
3 changed files with 30 additions and 35 deletions

View File

@@ -516,7 +516,7 @@ class WS2812FX {
// mode helper functions
uint16_t
blink(uint32_t, uint32_t, bool strobe, bool),
color_wipe(uint32_t, uint32_t, bool , bool),
color_wipe(bool, bool),
scan(bool),
theater_chase(uint32_t, uint32_t, bool),
running_base(bool),