Effect swirl is now shown with clock.

This commit is contained in:
2019-09-25 06:33:26 +02:00
parent b8f39410c9
commit 1cd94ac4ae
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,8 @@ private:
double _real_center_y = LED_HEIGHT / 2;
public:
void loop();
boolean can_be_shown_with_clock() override;
boolean clock_as_mask() override;
};
#endif