Having the boot animation as a LED effect, making it function as an "off" state, while a novel idea, is confusing. For this reason, make it just a simple function we can call from the Sketch's `setup()` method. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/49/head
parent
cedb0565e7
commit
83a77bc544
@ -0,0 +1,3 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
void bootAnimation(void);
|
@ -1,10 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include "LEDControl.h"
|
|
||||||
|
|
||||||
class LEDBootAnimation : LEDMode {
|
|
||||||
public:
|
|
||||||
LEDBootAnimation (void);
|
|
||||||
|
|
||||||
virtual void setup (void) final;
|
|
||||||
};
|
|
Loading…
Reference in new issue