mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Animation
This commit is contained in:
@@ -10,7 +10,7 @@ class BaseScreen():
|
||||
self.manager = manager
|
||||
self.fonts = fonts
|
||||
|
||||
def update(self, surface, update_type, rects):
|
||||
def update(self, surface, update_type):
|
||||
"""
|
||||
Draw this screen to the surface
|
||||
|
||||
@@ -26,5 +26,8 @@ class BaseScreen():
|
||||
def change_screen(self, direction):
|
||||
return False
|
||||
|
||||
def set_update_rects(self, rects):
|
||||
pass
|
||||
|
||||
def should_update(self):
|
||||
return BaseScreen.update_partial
|
||||
|
||||
Reference in New Issue
Block a user