mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -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
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "spi_pp.hpp"
|
||||
#include "wm8731.hpp"
|
||||
#include "lcd_ili9341.hpp"
|
||||
|
||||
#include "radio.hpp"
|
||||
|
||||
|
@ -32,6 +33,8 @@ namespace portapack {
|
|||
|
||||
extern portapack::IO io;
|
||||
|
||||
extern lcd::ILI9341 display;
|
||||
|
||||
extern SPI ssp0;
|
||||
extern SPI ssp1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue