mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Merge branch 'background-cover' of https://github.com/9and3r/mopidy-touchscreen into background-cover
Conflicts: mopidy_touchscreen/dynamic_background.py mopidy_touchscreen/screen_manager.py
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
import random
|
import random
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
change_speed = 2
|
change_speed = 2
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
|
|
||||||
|
=======
|
||||||
|
import pygame
|
||||||
|
>>>>>>> d49db26693cc07087bc620dcdc603290ef56557b
|
||||||
|
|
||||||
class DynamicBackground():
|
class DynamicBackground():
|
||||||
def __init__(self, size):
|
def __init__(self, size):
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ class ScreenManager():
|
|||||||
self.core = core
|
self.core = core
|
||||||
self.cache = cache
|
self.cache = cache
|
||||||
self.fonts = {}
|
self.fonts = {}
|
||||||
self.background = DynamicBackground(size)
|
|
||||||
self.current_screen = library_index
|
self.current_screen = library_index
|
||||||
self.init_manager(size)
|
self.init_manager(size)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user