Skip to content

Commit

Permalink
Dev (#1698)
Browse files Browse the repository at this point in the history
* Toogle between full screen and clip range test
  • Loading branch information
thomo authored and devsaurus committed Jan 2, 2017
1 parent 9b86937 commit 61d20a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua_examples/ucglib/GraphicsTest.lua
Expand Up @@ -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 {
Expand Down

0 comments on commit 61d20a7

Please sign in to comment.