Separate between Display and Screen
This commit is contained in:
@@ -27,7 +27,9 @@ namespace GPU {
|
||||
static void disable() {
|
||||
GP1.write(Command::GP1::SetDisplayState(DisplayState::Off));
|
||||
}
|
||||
}
|
||||
|
||||
namespace Screen {
|
||||
void set_offset(uint16_t x, uint16_t y);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user