Add new boot logo screen
This commit is contained in:
9
src/screens/BootLogoScreen.h
Normal file
9
src/screens/BootLogoScreen.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "Screen.h"
|
||||
|
||||
|
||||
class BootLogoScreen final : public Screen {
|
||||
public:
|
||||
explicit BootLogoScreen(EpdRenderer* renderer): Screen(renderer) {}
|
||||
void onEnter() override;
|
||||
};
|
||||
Reference in New Issue
Block a user