graphics: hardware scroll for pixels

This commit is contained in:
minjaesong
2021-09-21 21:48:16 +09:00
parent 5b56ab8fda
commit 883edaab3c
5 changed files with 54 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
while (true) {
graphics.scrollFrame(1,1);
sys.spin();
}