From 932b263c5a5b5bf921d9f3eb2b2042af7c990354 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sun, 27 Jul 2025 10:10:45 -0500 Subject: [PATCH] news ticker scroll speed change --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 2f5466ff..f842e573 100644 --- a/config/config.json +++ b/config/config.json @@ -436,8 +436,8 @@ "news_manager": { "enabled": true, "update_interval": 300, - "scroll_speed": 2, - "scroll_delay": 0.02, + "scroll_speed": 1, + "scroll_delay": 0.01, "headlines_per_feed": 2, "enabled_feeds": [ "NFL", @@ -456,7 +456,7 @@ "max_duration": 300, "duration_buffer": 0.1, "font_size": 12, - "font_path": "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf", + "font_path": "assets/fonts/press-start-2p.ttf", "text_color": [ 255, 255,