浏览代码

Dev (#1698)

* Toogle between full screen and clip range test
Thomas Mohaupt 7 年之前
父节点
当前提交
61d20a75e2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lua_examples/ucglib/GraphicsTest.lua

+ 3 - 1
lua_examples/ucglib/GraphicsTest.lua

@@ -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 {