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

9 lines
131 B
Python

import pygame
class MainScreen():
def update(self):
surface = pygame.Surface((200,200)).fill((255,255,255))
return surface