mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 23:21:06 +00:00
Namespacing and more moved methods
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#include "OLEDDisplay.h"
|
||||
#include "OLEDDisplayUi.h"
|
||||
|
||||
namespace graphics
|
||||
{
|
||||
|
||||
namespace NotificationRenderer
|
||||
{
|
||||
|
||||
class NotificationRenderer
|
||||
{
|
||||
public:
|
||||
@@ -12,3 +18,7 @@ class NotificationRenderer
|
||||
static void drawWelcomeScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);
|
||||
static void drawFrameFirmware(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);
|
||||
};
|
||||
|
||||
} // namespace NotificationRenderer
|
||||
|
||||
} // namespace graphics
|
||||
|
||||
Reference in New Issue
Block a user