|
so I don't think I understand the assignment.. seams simple fill the screen when a key is pushed clear when not.. but we don't have bulk copy (I can in a command take 8192 memory positions and copy them to screen memory) so it takes time to blank the screen (background is white) or to fill the screen.
so there are two options, one is if the key is pressed to go fill screen and it does not matter if you let go..
and when that instance is done, if your not holding a key clear it..
or you can check at every memory update and change what you are doing mid clearing or filling.. which leads to a more reactive keyboard time..
|