working
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ players = {
|
||||
last_fetch = 0
|
||||
|
||||
scroll_x = 0
|
||||
scroll_speed = 5
|
||||
scroll_speed = 1
|
||||
frames_per_tick = 1
|
||||
tick = 0
|
||||
times_scrolled = 0
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import vars
|
||||
|
||||
class ScoreboardMatrix():
|
||||
logo_cache = {}
|
||||
current_slide = "fantasy"
|
||||
current_slide = "score"
|
||||
options = RGBMatrixOptions()
|
||||
options.rows = 32
|
||||
options.cols = 64
|
||||
|
||||
Reference in New Issue
Block a user