* Toogle between full screen and clip range test
This commit is contained in:
Thomas Mohaupt 2017-01-02 21:45:06 +01:00 committed by Arnim Läuger
parent 9b86937d45
commit 61d20a75e2
1 changed files with 3 additions and 1 deletions

View File

@ -83,9 +83,11 @@ function loop()
if ( r > 3 ) then
disp:clearScreen()
set_clip_range()
else
disp:undoClipRange()
end
r = bit.band(r + 1, 255)
r = bit.band(r + 1, 7)
end
switch(loop_idx) : caseof {