Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: DrChek on December 30, 2019, 03:37:23 pm

Title: LCD TV into High Score Display
Post by: DrChek on December 30, 2019, 03:37:23 pm
I have an old LCD TV that I'd like to turn into a high score display for my arcade room. Here's what I'd like to have it do:

- Endlessly scroll through a list of high scores for all the popular games that get played on my cabinet.
- Each line would be formatted as such: "GAME   INITIALS    SCORE"
- The high scores would ideally be pulled from a shared resource, e.g. a google doc spreadsheet, so that scores could be easily updated and the display would always reflect the current document contents.

I'm imagining something like this could be built with an inexpensive Raspberry Pi Zero W and some Python code, but before I go and build my own custom solution, I thought I'd ask to see if anyone has done anything like this before.

So does anything already exist for this?
Title: Re: LCD TV into High Score Display
Post by: PL1 on December 30, 2019, 04:56:14 pm
Sounds like what Yotsuya did with his scoreboard build.

http://forum.arcadecontrols.com/index.php/topic,140635.0.html (http://forum.arcadecontrols.com/index.php/topic,140635.0.html)

(http://forum.arcadecontrols.com/index.php?action=dlattach;topic=136713.0;attach=314320)


Scott
Title: Re: LCD TV into High Score Display
Post by: yotsuya on December 30, 2019, 08:52:18 pm
Yeah, check out the thread! Let me know if you have questions.