Files
mopidy-touchscreen/mopidy_touchscreen/main_screen.py
2014-07-14 13:20:52 +02:00

8 lines
92 B
Python

import pygame
class MainScreen():
def update(self,screen):
screen.fill((255,255,255))