Andreas Demmelbauer 5 anos atrás
pai
commit
bc58e26a0f
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Adafruit_Video_Looper/video_looper.py

+ 1
- 1
Adafruit_Video_Looper/video_looper.py Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar