add fountain animation

This commit is contained in:
Sean 2022-04-17 20:28:42 -04:00
parent a9ff478c8e
commit 4e72a85d49
6 changed files with 194 additions and 1 deletions

View file

@ -38,6 +38,10 @@ void loop() {
shift_squares();
break;
case FOUNTAIN:
fountain();
break;
case RAINBOWCORNER:
rainbow_corner();
break;