aboutsummaryrefslogtreecommitdiff
path: root/software/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/effects.h')
-rw-r--r--software/effects.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/effects.h b/software/effects.h
index 04a878a..cef66f2 100644
--- a/software/effects.h
+++ b/software/effects.h
@@ -1,10 +1,10 @@
#pragma once
-// configuratie opties voor de 'diavoorstelling' van de effecten
-#define SLIDESHOW_SIZE (int) 1
+// slideshow config
+#define SLIDESHOW_SIZE (int) 2
#define SLIDESHOW_DURATION (int) 5e3
-// definition of done voor sprint 3
+// definition of done sprint 3
void fx_roundabout (unsigned long relative_time, bool (*leds)[64]);
void fx_wipexyz (unsigned long relative_time, bool (*leds)[64]);
void fx_rainfall (unsigned long relative_time, bool (*leds)[64]);