mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
unblank screen on object init
This commit is contained in:
parent
45823273ac
commit
c1901819af
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ impl ObjectController {
|
|||
pub(crate) fn new() -> Self {
|
||||
DISPLAY_CONTROL.set_bits(1, 1, 0x6);
|
||||
DISPLAY_CONTROL.set_bits(1, 1, 0xC);
|
||||
DISPLAY_CONTROL.set_bits(0, 1, 0x7);
|
||||
|
||||
for i in 0..128 {
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Reference in a new issue