New Life Games LLC
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

News:

Welcome to the NewLifeGames.com message forum! 

 


NLG Site Navigation Menu


Archives of old posts can be found at...... Newlifegames.net/nlg/

Author Topic: Player tracking screen display monitor - What was here? - Filled the hole.  (Read 2178 times)

0 Members and 1 Guest are viewing this topic.

Offline bigj

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 98
  • Reputation Power: 7
  • bigj New User has no influence.
  • NLG
Anyone have any information on the player tracking screen that was in this bracket? Model, manufacture, player tracking system it ran on? It's an 8" screen, 7.5 x 3" or 190 x 75mm. I am going to put something there to display off of a media player. I know I can just get a display, but it's an odd aspect and I would like to investigate the one that was actually there. Thanks in advance Jason
« Last Edit: April 27, 2025, 10:17:17 am by bigj »

Offline bigj

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 98
  • Reputation Power: 7
  • bigj New User has no influence.
  • NLG
Re: Player tracking screen display monitor - What was here?
« Reply #1 on: April 12, 2025, 02:56:11 pm »
This is so close at 190 x 60. I'm still on the hunt for this project.


https://www.amazon.com/wisecoco-Secondary-Stretched-Temperature-Monitoring/dp/B0BXL2Q53Y
« Last Edit: April 12, 2025, 03:27:32 pm by shortrackskater »

Offline bigj

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 98
  • Reputation Power: 7
  • bigj New User has no influence.
  • NLG
Re: Player tracking screen display monitor - What was here?
« Reply #2 on: April 27, 2025, 10:16:38 am »
Well, I just went with the above screen. Worked out quite nice. Downloaded a bunch of casino pics and resized them. Had a Raspberry PI laying around that starts the slide show on boot up.

Offline TheZode

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 59
  • Reputation Power: 3
  • TheZode New User has no influence.
  • NLG
Very cool! Thanks for sharing.

Offline bigj

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 98
  • Reputation Power: 7
  • bigj New User has no influence.
  • NLG
Thanks!
For anyone who wants to try. You need the two 180 adapters for HDMI and power, 5v 2a usb power supply for the monitor and of course the media player. Mounting is a total MacGyver, but its solid.

The two adapters...

https://www.amazon.com/dp/B0CHYN7CPQ?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

https://www.amazon.com/dp/B0CRVH7JRD?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1

Offline Eddiie

  • NLG Member 501 to 10,000 Posts
  • *****
  • Posts: 620
  • Reputation Power: 48
  • Eddiie Might someday be someone...Eddiie Might someday be someone...Eddiie Might someday be someone...Eddiie Might someday be someone...
  • Gender: Male
  • NLG
Re: Player tracking screen display monitor - What was here? - Filled the hole.
« Reply #5 on: November 06, 2025, 06:28:32 pm »
I found a script/notes I wrote 4 years ago to turn a Raspberry Pi in to a slide show, digital picture frame thing.
I think it even had a webui to upload and manage the pictures.


YMMV

Code: [Select]
To make Raspberry Pi a Slide Show -
Put Full/Desktop Rasberry Pi OS on a SD card..
I enabled SSH and VNC on the Raspberry Pi
Change default pi password
Turn off undervoltage warnings
sudo nano /boot/config.txt
...........................
avoid_warnings=1
...........................

Install the scripts.. disable screensaver
[url]https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=228095[/url]

Make it run automatically,
sudo apt install leafpad  (nano may work)
mkdir /home/pi/.config/autostart
leafpad /home/pi/.config/autostart/slideshow-at-boot.desktop
Copy/Paste/Save -
..........................
[Desktop Entry]
Type=Application
Exec=lxterminal -e bash -c "sleep 5; fehshow \"/home/pi/Pictures\""
..........................

If all works OK,
Add the USB Monitor -
( [url]https://www.mimomonitors.com/pages/using-our-usb-displays-with-the-raspberry-pi-3[/url] )  I reversed the UGA and HDMI Screens to make the usb monitor the primary monitor..
this will make the usb monitor the main display
Go to directory /ETC/X11 and, using your preferred editor, create a file entitled: xorg.conf.

Copy/Paste -
..........................
Section "Device"
Identifier "FBDEV 0"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
EndSection

Section "Device"
Identifier "FBDEV 1"
Driver "fbdev"
Option "fbdev" "/dev/fb1"
EndSection

Section "Screen"
Identifier "UGA"
Device "FBDEV 1"
Monitor "Monitor name 0"
EndSection

Section "Screen"
Identifier "HDMI"
Device "FBDEV 0"
Monitor "Monitor name 1"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "UGA"
Screen 1 "HDMI" LeftOf "UGA"
EndSection
.....................................
(do not copy/paste the ......'s)

The display should appear.


« Last Edit: November 12, 2025, 05:03:38 pm by Eddiie »

Offline bigj

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 98
  • Reputation Power: 7
  • bigj New User has no influence.
  • NLG
Re: Player tracking screen display monitor - What was here? - Filled the hole.
« Reply #6 on: November 12, 2025, 04:59:28 pm »
I used VLC to create a playlist named playlist from a folder of pictures in 1280x400 format to match the display. My folder is on my desktop called Pictures and the playlist file is saved there.

In the PI

To auto start VLC
Open Terminal program
Type in...
sudo nano /etc/xdg/autostart/autovlc.desktop

add below & save...

[Desktop Entry]
Type=Application
Exec=vlc --loop -f /home/(RaspberryPI Name)/Pictures/playlist.xspf

Save you can Ctrl+X
Then enter Y
Then enter

--loop will loop the playlist
-f makes it full screen

Offline jay

  • Global NLG Site Moderator
  • NLG Member 501 to 10,000 Posts
  • *
  • Posts: 2928
  • Reputation Power: 220
  • jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!
  • Gender: Male
  • The only way to beat the casino is to own it.
Re: Player tracking screen display monitor - What was here? - Filled the hole.
« Reply #7 on: November 12, 2025, 08:37:02 pm »
Looks like your post going to cost me some money.

I Mcguivered some Mikohn LED progressive meters into my player tracking bar on the S+
I am working with a friend to decode the Mikohn RS485/2 controller output (2 wire serial data) that feeds the jackpot amount to the Cham1 or Cham4 controllers.
The intent is to be able to feed the value into a PC/Rasberry Pi etc and the display the jackpot value on the screen of a PC along with whatever graphics I want.

I came across this screen. Its wider than what you have at 9" wide and 2.5" tall but I figure its also Mcguiverable. With or without the success of the above.
$102.54 Canadian (about $70 usd + $800 import fee) - on Temu.
JK about the import fee.
If you can't afford to lose you can't afford to win.

If you find this site helpful, please consider making a small donation to help defray the cost of hosting and bandwidth.

Please do not PM me for support or "how to" requests -- please post your request in the forum so that everyone may assist you and everyone can benefit from the answer to your question!  Thanks! :)

Offline jay

  • Global NLG Site Moderator
  • NLG Member 501 to 10,000 Posts
  • *
  • Posts: 2928
  • Reputation Power: 220
  • jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!jay Is an-NLG GOD!
  • Gender: Male
  • The only way to beat the casino is to own it.
« Last Edit: November 13, 2025, 09:08:36 am by shortrackskater »
If you can't afford to lose you can't afford to win.

If you find this site helpful, please consider making a small donation to help defray the cost of hosting and bandwidth.

Please do not PM me for support or "how to" requests -- please post your request in the forum so that everyone may assist you and everyone can benefit from the answer to your question!  Thanks! :)

Offline bigj

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 98
  • Reputation Power: 7
  • bigj New User has no influence.
  • NLG
Re: Player tracking screen display monitor - What was here? - Filled the hole.
« Reply #9 on: November 14, 2025, 04:42:37 pm »
Looks like your post going to cost me some money.

I Mcguivered some Mikohn LED progressive meters into my player tracking bar on the S+
I am working with a friend to decode the Mikohn RS485/2 controller output (2 wire serial data) that feeds the jackpot amount to the Cham1 or Cham4 controllers.
The intent is to be able to feed the value into a PC/Rasberry Pi etc and the display the jackpot value on the screen of a PC along with whatever graphics I want.

I came across this screen. Its wider than what you have at 9" wide and 2.5" tall but I figure its also Mcguiverable. With or without the success of the above.
$102.54 Canadian (about $70 usd + $800 import fee) - on Temu.
JK about the import fee.

Ha, that's a stiff import fee and yes stupid projects drain the wallet. I wish I could find a display that fit perfect, but no such luck. I just did a second BB machine with the same setup. It's very cool to have. Those screens are too wide for the BB player tracking or anything that I have, but obviously this casino slide show can be done in any machine that has a hole to fill.

 

If you find this site helpful, please consider becoming a Contributing NLG Member with a monthly subscription to help cover the cost of pizza, coffee, aspirin, hosting, and bandwidth.
Contributing Members: get unlimited personal messages, can save topics and replies as drafts,
can post to the Classified ads, get unlimited access to the downloads, and also get this minty badge:



**Subscription Link** (Click Here) **Subscription Link**



           
If you would rather remain anonymous Thank You or just want to help support the site, please use this "make a donation" button:




From your entire NLG staff, thank you for supporting NLG.


New Life Games LLC 1788 HIGHWAY 95 UNIT 30 BULLHEAD CITY AZ 86442




Newlifegames.com     Newlifegames.net     Newlifegames.org

Newlifegame.com     Newlifegame.net     Newlifegame.org    Newlifegames.us

   New Life Games     NewLifeGames  NLG

 We Bring new Life to old Games    1-888-NLG-SLOTS

Are all Copyright and Trademarks of New Life Games LLC 1992 - 2022


FAIR USE NOTICE:



This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml
If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.




The NewLifeGames.com website is optimized for use with Firefox and a minimum screen resolution of 1600 x 900 pixels.

SimplePortal 2.3.5 © 2008-2012, SimplePortal