mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 15:40:29 -04:00
Move LCD display object to portapack namespace.
Globals are bad... Except in embedded development!
This commit is contained in:
parent
fecbb7205e
commit
65d5f68bfb
9 changed files with 26 additions and 29 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include "utility.hpp"
|
||||
|
||||
#include "lcd_ili9341.hpp"
|
||||
#include "message.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
@ -48,7 +47,6 @@ std::string to_string_hex(const uint32_t n, const int32_t l = 0);
|
|||
|
||||
struct Context {
|
||||
FocusManager focus_manager;
|
||||
lcd::ILI9341 display;
|
||||
MessageHandlerMap message_map;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue