Kaynağa Gözat

Dev (#1698)

* Toogle between full screen and clip range test
Thomas Mohaupt 7 yıl önce
ebeveyn
işleme
61d20a75e2
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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 {