Update sleep screen
This commit is contained in:
7
src/screens/SleepScreen.cpp
Normal file
7
src/screens/SleepScreen.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "SleepScreen.h"
|
||||
|
||||
#include <EpdRenderer.h>
|
||||
|
||||
#include "images/SleepScreenImg.h"
|
||||
|
||||
void SleepScreen::onEnter() { renderer->drawImageNoMargin(SleepScreenImg, 0, 0, 800, 480, false, true); }
|
||||
Reference in New Issue
Block a user