Browse Source

oops

feature/2015
Christian Kroll 13 years ago
parent
commit
2408387fba
  1. 12
      animations/fpmath_patterns.c

12
animations/fpmath_patterns.c

@ -473,11 +473,11 @@ void plasma(void)
#ifndef __AVR__ #ifndef __AVR__
fixPattern(0, fixScaleUp(75), 0.1 * FIX, 80, fixAnimPlasma, &r); fixPattern(0, fixScaleUp(75), 0.1 * FIX, 80, fixAnimPlasma, &r);
#else #else
#ifndef FP_PSYCHO_DELAY #ifndef FP_PLASMA_DELAY
#define FP_PSYCHO_DELAY 1 #define FP_PLASMA_DELAY 1
#endif #endif
fixPattern(0, fixScaleUp(60), 0.1 * FIX, fixPattern(0, fixScaleUp(60), 0.1 * FIX,
FP_PSYCHO_DELAY, fixAnimPlasma, &r); FP_PLASMA_DELAY, fixAnimPlasma, &r);
#endif /* __AVR__ */ #endif /* __AVR__ */
} }
@ -541,10 +541,10 @@ void psychedelic(void)
#ifndef __AVR__ #ifndef __AVR__
fixPattern(0, fixScaleUp(75), 0.1 * FIX, 80, fixAnimPsychedelic, &r); fixPattern(0, fixScaleUp(75), 0.1 * FIX, 80, fixAnimPsychedelic, &r);
#else #else
#ifndef FP_PLASMA_DELAY #ifndef FP_PSYCHO_DELAY
#define FP_PLASMA_DELAY 15 #define FP_PSYCHO_DELAY 15
#endif #endif
fixPattern(0, fixScaleUp(60), 0.1 * FIX, FP_PLASMA_DELAY, fixPattern(0, fixScaleUp(60), 0.1 * FIX, FP_PSYCHO_DELAY,
fixAnimPsychedelic, &r); fixAnimPsychedelic, &r);
#endif /* __AVR__ */ #endif /* __AVR__ */
} }

Loading…
Cancel
Save