Browse Source

fix: move frame counter

micha 2 years ago
parent
commit
872dfe5b72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vpu/vpu2b_live.py

+ 1 - 1
vpu/vpu2b_live.py

@@ -97,7 +97,7 @@ while 1:
     pygame.draw.rect(window,[100,0,0,127],[10,10,10,10])
 
     fr = font15.render("{:02}".format(i) ,1, (100,100,255,255))
-    window.blit(fr,(100,0))
+    window.blit(fr,(40,30))
 
     
     rgb = [255,255,255]