aboutsummaryrefslogtreecommitdiff
path: root/software/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/effects.h')
-rw-r--r--software/effects.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/software/effects.h b/software/effects.h
index 9f7ec39..745c149 100644
--- a/software/effects.h
+++ b/software/effects.h
@@ -6,12 +6,12 @@
// #define SLIDESHOW_DURATION (int) 5e3
// 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]);
+void fx_roundabout (unsigned long relative_time);
+void fx_wipexyz (unsigned long relative_time);
+void fx_rainfall (unsigned long relative_time);
// evil function pointer array
-extern void ( * slideshow_effects [SLIDESHOW_SIZE] )( unsigned long relative_time, bool (*leds)[64] );
+extern void ( * slideshow_effects [SLIDESHOW_SIZE] )( unsigned long relative_time );
#ifndef SLIDESHOW_DURATION
extern unsigned long slideshow_lengths[SLIDESHOW_SIZE];
#endif