start bisecting

This commit is contained in:
Hartmut Seichter 2020-12-02 23:31:06 +01:00
parent 455177d33e
commit 7e14aea49e
4 changed files with 86 additions and 87 deletions

View file

@ -8,7 +8,7 @@ pw.script:load_all()
print("hello pixwerx!")
local w = pw.window.new()
--w.visible = false
w.visible = false
-- set title
w.title = "pixwerx 0.1"
@ -31,7 +31,7 @@ end
-- setup a lua callback function as callback
w.on_update = function(self)
pl:draw()
-- print("test on update",w.position.x,w.position.y,pw.time.now)
-- print("test on update",w.position.x,w.position.y,pw.time.now)
end
-- show all displays