import ugfx, samd, system, sys, gc, time def vars(): global x,y,step,width, height x = 0 y = 0 step = 5 width = 128 height = 64 def action_exit(pushed): if ...
確定! 回上一頁