Commit 61d20a75 authored by Thomas Mohaupt's avatar Thomas Mohaupt Committed by Arnim Läuger
Browse files

Dev (#1698)

* Toogle between full screen and clip range test
parent 9b86937d
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment