title screen with colors

This commit is contained in:
aramya 2021-10-10 22:00:58 +01:00
parent 69d35b2895
commit 5151986a41
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void main(void)
//fillscreen(85,100,85, 0x100000);
for(;;)
{
memcpy_24bit(0x81000000, 0x82200000, 0xFF00,1);
memcpy(0x81000000, 0x81000001, 0x10000);
}
}