Two more new effects: upwave and canterwave.

This commit is contained in:
2020-11-04 06:32:55 +01:00
parent 7747e38253
commit 0a4a62d7c8
2 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,8 @@
#include "effects/clock.h"
#include "effects/timer.h"
#define SIMPLE_EFFECT [](accum88 t, uint16_t i, uint8_t x, uint8_t y)->int8_t
struct EffectEntry {
const char* name;
bool use_in_cycle;