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

@@ -35,7 +35,7 @@
#include "DSRRouter.h"
#include "debug.h"
#include "main.h"
#include "screen.h"
#include "graphics/Screen.h"
#include "sleep.h"
#include "timing.h"
#include <OneButton.h>
@@ -55,7 +55,7 @@
#endif
// We always create a screen object, but we only init it if we find the hardware
meshtastic::Screen screen(SSD1306_ADDRESS);
graphics::Screen screen(SSD1306_ADDRESS);
// Global power status
meshtastic::PowerStatus *powerStatus = new meshtastic::PowerStatus();