mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
8 lines
92 B
Python
8 lines
92 B
Python
import pygame
|
|
|
|
|
|
class MainScreen():
|
|
|
|
def update(self,screen):
|
|
screen.fill((255,255,255))
|