m0ranwad / nba-led-scoreboard

NBA LED scoreboard! This project displays matches and scores for all of the current day's NBA action
GNU General Public License v3.0
5 stars 3 forks source link

Replace raw rgbmatrix with RGBMatrixDriver and optional software emulation #17

Closed ty-porter closed 4 months ago

ty-porter commented 5 months ago

I am the author of middleware for the RGB matrix libraries and maintainer for https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard.

https://github.com/ty-porter/RGBMatrixEmulator https://github.com/ty-porter/RGBMatrixDriver

This PR inserts driver middleware and an emulation engine into the rendering stack. The driver simplifies setup and running of these scripts, and includes utility functions like --driver-fps=log, which can emit an FPS counter. The emulator is highly configurable to let you run the scoreboard in lots of different display adapters -- by default in the browser.

Capture

Additionally: