Просмотр исходного кода

Dev (#1698)

* Toogle between full screen and clip range test
Thomas Mohaupt 7 лет назад
Родитель
Сommit
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 {