With the BootAnimation not functioning as a LED effect anymore, ship a dedicated off effect. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/49/head
parent
83a77bc544
commit
e077ff68bc
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "LEDControl.h"
|
||||
|
||||
class LEDOff : LEDMode {
|
||||
public:
|
||||
LEDOff (void) { LEDControl.mode_add (this); };
|
||||
};
|
Loading…
Reference in new issue