[WIP] New notification app that uses software scrolling effect.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <queue.h>
|
||||
#include "components/datetime/DateTimeController.h"
|
||||
#include <drivers/Cst816s.h>
|
||||
#include "displayapp/screens/Notifications.h"
|
||||
#include "displayapp/screens/Tile.h"
|
||||
#include "displayapp/screens/Meter.h"
|
||||
#include "displayapp/screens/Gauge.h"
|
||||
@@ -202,6 +203,7 @@ void DisplayApp::RunningState() {
|
||||
case Apps::Brightness : currentScreen.reset(new Screens::Brightness(this, brightnessController)); break;
|
||||
case Apps::Music : currentScreen.reset(new Screens::Music(this, systemTask.nimble().music())); break;
|
||||
case Apps::FirmwareValidation: currentScreen.reset(new Screens::FirmwareValidation(this, validator)); break;
|
||||
case Apps::Notifications: currentScreen.reset(new Screens::Notifications(this)); break;
|
||||
}
|
||||
nextApp = Apps::None;
|
||||
}
|
||||
|
Reference in New Issue
Block a user