Pi 4 Dynamic Marquee using secondary HDMI output
-
@losernator awesome work on the pimarquee but I'm having an issue with pi4 and 1/3 1920 x 1080 lcd panel. I cannot get the marquees to fill the screen. They are cut off and I've tried resizing the marquees but nothing see to work....any ideas?
-
I have just started using piemarquee2, its amazing! I'm
doing a custom build on a cab, and the only issue i seem to be having is I can't get piemarquee2 to associate with roms that aren't in my arcade folder. (Well, mostly. Ie... roms that reside in Atomiswave or Naomi) a couple roms will link to the instruction.png , or nothing at all. I'm trying to setup a marquee.png and instruction.png and its working for the roms in the arcade folder without issue. But not for the others and I'm not finding a way to make that happen. Cheers! Any advice is appreciated -
So I've gotten a little headway, but think its dumb luck.
I've created a custom txt for each rom that isn't in my arcade folder.
One of them I've managed to get to show the marquee image and the instruction image. The others will only show whatever i put as the first line. And when I swapped the one that does work (as shown below) and put the marquee image first and instruction image second it didn't show both.
Ive tried each of these both ways and only this one shows both images.
/home/pi/PieMarquee2/marquee/instruction/mbaa.png
/home/pi/PieMarquee2/marquee/naomi/mbaa.png -
I've seen one of these really cool setups with Pixelcade
https://pixelcade.org/pi-install/
It's a really nice LCD marquee that does more of a pixelized marquees.
-
I am having an overscan issue with black bars displaying bottom and top above my Marquee Image.
query monitor displays:
fbset -fb /dev/fb0 -g 1280 1024 1280 1024 8I am using the following hardware.
Raspberry Pi 4
Main Display 1280x1024 is standard 5:4
Secondary 14.9" LCD Marquee
HDMI+VGA+DVI Controller Board kit with 14.9inch LCD Screen LTA149B780F 1280x390What changes should I try to resolve my issue?
-
@JZackMan I found that the marquee images have to be resized to 1920X1080 to fill the screen.
Here is my autostart.sh file:
fbset -fb /dev/fb0 -g 1920 1080 1920 1080 16
isdual=tvservice -l |grep "2 attached device" |wc -l
if [[ $isdual == "1" ]]; then
/usr/bin/python /home/pi/PieMarquee2/PieMarquee2/PieMarquee2.py &
fi
##/home/pi/scripts/themerandom.sh
emulationstation --no-splash auto -
For those that run dual monitors on a Pi 4 .... @losernator has been updating his PieMarquee2 script with better refinements, etc.
https://github.com/losernator/PieMarquee2
It's easy now to have a boot up intro video and default marquee video along with static game PNG marquees. His Github repo has all the information to add to any existing Pi 4 base RetroPie build.
I'm in the process of building a new dual monitor arcade cab and found his new revisions a lot simpler to get setup with both PNG and MP4 files.
-
@losernator would it be possible to change the file paths to lead to the info scraped by skyscraper? most if not all users already downloaded these files, would be a tad redundant to have multiple copies of the same files. just a thought.
-
Anyone know the format for Daphne to work? naming it rom.png or rom.jpg does not work since Daphne's folder setup is a bit different than most of the other systems. Thanks.
-
@darkmage
you can make symbolic link to scraped image path.eg: ln -s /opt/retropie/configs/all/emulationstation/nes /home/pi/PieMarquee2/marquee/nes
-
Hello,
I took an inspiration from PieMarquee2 and created a script which utilized Skyscraper cache for live marquees on the second display, so that you only need to scrape once and both the retropie and marquee will use the same data.
Also the omxiv-marquee was flickering on my cabinet, so I modified the mechanism a bit how the image data is transferred from the script to omxiv and it seems to work quite nicely now without killing and restarting the viewer.
If anyone is still interested in this (utilizing Skyscraper resources), please let me know and I can package these and write short instructions how to use - should these scripts work for you as well.
Thanks.
-
@petrisi i would love to use what you have please!
i have been trying to get the LCD panels working using a Adafruit RGB hat and failing...im no coder and only got a pi 2 months ago so its all new lots of errors but im learning!I have managed to get the great work by Losernator working on a second screen but the screens are expensive.
Having a RGB hat and 2 32x64 panels cost less that $50 :-)
https://www.adafruit.com/product/2345Im hoping someone on this forum can maybe add to the work Losernator has done and add support for the RGB Hat?
or even @losernator Losernator can chime in? :-)Im happy to put to work in if people can guide? ill even donate a rgb hat and screen?
thanks in advance for any help
Brit -
@britx
hey all...anyone willing to help get this working on a Pi3 with single HDMI and using a RGB matrix instead of the expensive LCD?I have been trying with no experience. Managed to get a gif playing on start but no im at a loss?
@losernator i read you had this working on a single HDMI? would you share the script please?
great work! also...... -
I’ve installed following the instructions - everything’s there - but no marquees show on the second monitor.
Can anyone tell me how i even begin to start troubleshooting?
My second screen is definitely working, i see loading screens - but just remains blank where there should be a marquee - i don’t even know where to start…
-
@losernator - I'm running into a few really strange things I can't figure out with the script. Hoping you can help.
I'm running a Pi4 on a 15.6" 1080P monitor with a VDSDISPLAY 14.9 for a marquee. I'm using the most recent script on your github.
Issue 1: When I run a rom - my main monitor displays a videoloadingscreen - the marquee changes from default.png to the marquee image. But when the videoloadingscreen ends and the rom boots - the marquee flashes back to default.png and then back to the marquee image.
Issue 2: Daphne, Dreamcast, OpenBor don't actually display marquee images for some reason. All the files are present in pi/PieMarquee2/marquee/ (appropriate folder) but they don't display at all - just stay on the default.png
Issue 3: When my marquee is plugged into the Pi4 - the command line text on my main monitor is vertically squished. I've tried both
fbset -fb /dev/fb0 -g 1280 720 1280 720 16
and
fbset -fb /dev/fb0 -g 1920 1080 1920 1080 16
in my autostart.sh - but neither make a difference.
Help? Anyone?
-
-
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.