just a cleanup of the graphics

This commit is contained in:
grcasanova
2020-07-07 10:46:49 +02:00
parent 4388e72dec
commit 37d9fb2dad
12 changed files with 75 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "screen.h"
#include "graphics/Screen.h"
#include "PowerStatus.h"
#include "GPSStatus.h"
#include "NodeStatus.h"
@@ -11,7 +11,7 @@ extern bool isCharging;
extern bool isUSBPowered;
// Global Screen singleton.
extern meshtastic::Screen screen;
extern graphics::Screen screen;
//extern Observable<meshtastic::PowerStatus> newPowerStatus; //TODO: move this to main-esp32.cpp somehow or a helper class
//extern meshtastic::PowerStatus *powerStatus;