riffnshred / nhl-led-scoreboard

🚨 Display NHL live score, stats, and more of your favorite teams, on a Raspberry Pi driven RGB LED matrix. 🚨
GNU General Public License v3.0
420 stars 95 forks source link

128x64? #18

Open PHI34Halladay opened 4 years ago

PHI34Halladay commented 4 years ago

Since I have four LED panels connected I was wondering if there are any plans for a 132x64 version.

I found the file to readjust the team logos in the renderer folder but didn't find with the file where I can readjust the game info.

riffnshred commented 4 years ago

Its not in the current plan but once the major features for 64x32 are done I'll be open to PR for other ratio, but my priority will be the single boards since its more accessible and affordable.

PHI34Halladay commented 4 years ago

Ok, that sounds understandable. However I can only offer you my help for the 132x64-subproject if you want.

I'm really looking forward to the upcoming features you''ll install in future releases ;)

riffnshred commented 4 years ago

That's great actually. My goal is to finish the main features by summer and then expend options for the user. As I release those features you can adapt them to you bigger screen.

I got to tell you tho, I made a board system to allow the user to have what ever they want in between games and periods. That can be a clock, weather, news, gif animations, whatever is available to them. I'll have to add a function that tell the user that certain boards are not available for their resolution. So unless you adapt those different boards, some wont be available to that resolution. I don't expect all boards to work on all resolutions ( I don't think a news ticker would look great on a 32x32) but just a headup that if you want some of those features you gonna have a lot of work.

I strongly suggest you play around and create stuff with the rpi-rgb-matrix repo so you understand how it works, that will save you a lot of time. You can do a lot with the Pillow library but there are some limitations.

Come join the discord server if you'd like. I keep people posted on there. https://discord.gg/CWa5CzK

PHI34Halladay commented 4 years ago

Sounds good. I will give it a look the next days.

I also joined the Discord server, so see you over there :)

PHI34Halladay commented 4 years ago

Update on the 128x64 Version image0

riffnshred commented 4 years ago

Sweet. That's a lot a real estate.

jeepdrvr71 commented 4 years ago

I like seeing the full logos that size!

ThePapatech commented 4 years ago

That is fantastic...

purist69 commented 4 years ago

any chance you could provide your code and configurations required to build this at 128x64?