Commit Graph

22 Commits

Author SHA1 Message Date
Evan Salter
711482d59a Add news source logos (#143)
* Download favicons; Display first one

* Refine image loading

* Switch to static images

* Remove unused var

* Fix

* Clean up

* Fix width fallback
2025-12-09 10:59:18 -05:00
Chuck
b1295047e2 Feature/display modes web UI (#61)
* Fix leaderboard gap to use display width instead of hardcoded values

- Replace hardcoded spacing (40px) with display_manager.matrix.width
- Update gap calculation to use display width for blank screen simulation
- Fix display width logging to show correct value
- Ensures gap between league rotations matches actual display width

* Add display width gap to news manager

- Add display width gap at the beginning of news content
- Update total_scroll_width calculation to include display width gap
- Modify create_scrolling_image to draw text after display width gap
- Ensures news starts with blank screen period matching display width
- Removed duplicate create_scrolling_image method

* add Live, Recent, Upcoming toggles to display modes on website
2025-09-24 13:34:19 -04:00
Chuck
bc3883df14 config manager reductions to reduce overhead 2025-09-12 17:15:45 -04:00
Chuck
10c1342bdb milb upcoming game debug logging 2025-08-10 17:38:56 -05:00
Chuck
f67348b9b8 Scroll delay changes 2025-07-31 22:42:57 -05:00
Chuck
f554e35686 Merge branch 'agent' into cursor/modernize-and-enhance-led-matrix-web-interface-24d0
Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com>
2025-07-30 13:14:36 -05:00
Chuck
27b52466ad fix scroll logic in news manager 2025-07-30 11:57:41 -05:00
Chuck
0601a9fda7 new strategy to draw news manager 2025-07-27 13:19:10 -05:00
Chuck
05d9f7c057 cant find why its not scrolling faster 2025-07-27 13:10:07 -05:00
Chuck
34903dd979 Scroll delay check 2025-07-27 13:03:57 -05:00
Chuck
3ba317c4e4 Add scroll control to news manager 2025-07-27 13:01:02 -05:00
Chuck
6bbb4f5de8 trying to make news scroll smoother 2025-07-27 12:56:17 -05:00
Chuck
4ab4d14a4e adjusting news manager scroll speed 2025-07-27 12:42:12 -05:00
Chuck
e5d4f3c9f0 playing with scroll speed for news manager 2025-07-27 10:25:47 -05:00
Chuck
46ba9b4c4a added font logging to news manager 2025-07-27 10:20:23 -05:00
Chuck
9b6231915a change font 2025-07-27 10:19:30 -05:00
Chuck
6d8e7abff7 reduce dynamic duration logging 2025-07-27 10:14:55 -05:00
Chuck
aef8b3b6cc remove dynamic duration calculation from startup loop 2025-07-27 10:08:03 -05:00
Chuck
be50fb86d7 adjust display controller loop of news 2025-07-27 10:06:15 -05:00
Chuck
73d2248ccb fix news loop 2025-07-27 10:02:32 -05:00
Chuck
48937855d4 fix display_image error 2025-07-27 10:00:50 -05:00
Chuck
b6751a94c2 Sports news ticker with dynamic headline scrolling (#9)
* Add news manager with RSS feed ticker and dynamic scrolling

Co-authored-by: charlesmynard <charlesmynard@gmail.com>

* Add F1 feeds, custom feed management script, and comprehensive feed guide

Co-authored-by: charlesmynard <charlesmynard@gmail.com>

* Remove emoji and improve error/success message formatting

Co-authored-by: charlesmynard <charlesmynard@gmail.com>

* Add dynamic duration feature for news display with configurable timing

Co-authored-by: charlesmynard <charlesmynard@gmail.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-07-27 09:53:19 -05:00