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)


Loading…
Откажи
Сачувај