You can now generate many consecutive frames

This commit is contained in:
2024-08-27 23:21:18 -04:00
parent e4506bd9f0
commit 9d6c19cfd5
4 changed files with 106 additions and 42 deletions

View File

@@ -30,7 +30,8 @@
TaskHandle_t updateCommunicaitonTask;
TaskHandle_t updateBoardTask;
std::array<std::vector<AnimationFrame>*, 2> animations = {
// WARNING! This array size should always be equal to the number of entries in it!!
std::array<std::vector<AnimationFrame>*, 1> animations = {
&RisingCubes::rising,
// &RotatingCubes::rotating,
};