mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Background image
This commit is contained in:
@@ -29,7 +29,7 @@ class ScreenManager():
|
||||
self.size = size
|
||||
self.core = core
|
||||
self.fonts = {}
|
||||
self.background = DynamicBackground()
|
||||
self.background = DynamicBackground(self.size)
|
||||
self.current_screen = 0
|
||||
self.base_size = self.size[1] / 8
|
||||
font = resource_filename(
|
||||
|
||||
Reference in New Issue
Block a user