mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-27 21:39:38 +02:00
minimal text scale docs + reset on cls()
This commit is contained in:
@@ -62,6 +62,7 @@ export fn cls(col: i32) {
|
||||
textCursorX = 0;
|
||||
textCursorY = 0;
|
||||
outputChannel = 0;
|
||||
textScale = 1;
|
||||
memory.fill(120, col, 320*240);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user