Separate between Display and Screen

This commit is contained in:
2022-10-03 15:40:46 +02:00
parent 97226300d6
commit 69a84952ba
4 changed files with 7 additions and 5 deletions

View File

@@ -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);
}
}