Fix stock news scrolling in test environment: - Optimize display manager settings for smooth scrolling - Add proper display initialization and cleanup in test script - Implement timing control to prevent display buffer overflow - Ensure consistent 1ms delay between updates for smooth scrolling

This commit is contained in:
ChuckBuilds
2025-04-11 10:29:26 -05:00
parent 7925bf515b
commit ff344006b9
2 changed files with 22 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
"enabled": true,
"update_interval": 300,
"scroll_speed": 1,
"scroll_delay": 0.0001,
"scroll_delay": 0.001,
"max_headlines_per_symbol": 1,
"headlines_per_rotation": 2
}