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:
7
mopidy_touchscreen/main_screen.py
Normal file
7
mopidy_touchscreen/main_screen.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pygame
|
||||
|
||||
|
||||
class MainScreen():
|
||||
|
||||
def update(self,screen):
|
||||
screen.fill((255,255,255))
|
||||
Reference in New Issue
Block a user