mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
First commit
This commit is contained in:
8
mopidy_touchscreen/main_screen.py~
Normal file
8
mopidy_touchscreen/main_screen.py~
Normal file
@@ -0,0 +1,8 @@
|
||||
import pygame
|
||||
|
||||
|
||||
class MainScreen():
|
||||
|
||||
def update(self):
|
||||
surface = pygame.Surface((200,200)).fill((255,255,255))
|
||||
return surface
|
||||
Reference in New Issue
Block a user