浏览代码

typo

master
Andreas Demmelbauer 5 年前
父节点
当前提交
bc58e26a0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Adafruit_Video_Looper/video_looper.py

+ 1
- 1
Adafruit_Video_Looper/video_looper.py 查看文件

@@ -77,7 +77,7 @@ class VideoLooper:
# Initialize pygame and display a blank screen.
pygame.display.init()
pygame.font.init()
pygame.mouse.set_visible(False)/
pygame.mouse.set_visible(False)

size = self._size = (pygame.display.Info().current_w, pygame.display.Info().current_h)
self._screen = pygame.display.set_mode(size, pygame.FULLSCREEN)


正在加载...
取消
保存