This commit is contained in:
2026-08-02 06:36:00 -04:00
parent 21897499a7
commit f8ef3e6d77
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ players = {
last_fetch = 0 last_fetch = 0
scroll_x = 0 scroll_x = 0
scroll_speed = 5 scroll_speed = 1
frames_per_tick = 1 frames_per_tick = 1
tick = 0 tick = 0
times_scrolled = 0 times_scrolled = 0
+1 -1
View File
@@ -5,7 +5,7 @@ import vars
class ScoreboardMatrix(): class ScoreboardMatrix():
logo_cache = {} logo_cache = {}
current_slide = "fantasy" current_slide = "score"
options = RGBMatrixOptions() options = RGBMatrixOptions()
options.rows = 32 options.rows = 32
options.cols = 64 options.cols = 64