Background blur

This commit is contained in:
9and3r
2015-07-12 02:08:17 +02:00
parent ca7f01091a
commit 61d1f40d9b
3 changed files with 35 additions and 13 deletions

View File

@@ -49,9 +49,9 @@ class ScreenManager():
def init_manager(self, size):
self.size = size
self.base_size = self.size[1] / self.resolution_factor
self.background = DynamicBackground(self.size)
self.base_size = self.size[1] / self.resolution_factor
font = resource_filename(
Requirement.parse("mopidy-touchscreen"),
"mopidy_touchscreen/icomoon.ttf")