RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Pi 4 Dynamic Marquee using secondary HDMI output

    Scheduled Pinned Locked Moved General Discussion and Gaming
    pi4dynamic marquee
    26 Posts 22 Posters 12.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SgtJimmyRustlesS
      SgtJimmyRustles
      last edited by

      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.

      Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
      http://www.reddit.com/r/sbcgaming

      Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
      https://discord.gg/JdXc6nx

      Check out our Podcast!

      1 Reply Last reply Reply Quote 0
      • J
        JZackMan
        last edited by

        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 8

        I 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 1280x390

        What changes should I try to resolve my issue?

        J 1 Reply Last reply Reply Quote 0
        • J
          JZackMan @JZackMan
          last edited by JZackMan

          @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

          1 Reply Last reply Reply Quote 0
          • D
            dmmarti
            last edited by

            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.

            1 Reply Last reply Reply Quote 1
            • M
              majikill @losernator
              last edited by

              @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.

              1 Reply Last reply Reply Quote 0
              • D
                darkmage
                last edited by

                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.

                L 1 Reply Last reply Reply Quote 0
                • L
                  losernator @darkmage
                  last edited by

                  @darkmage
                  you can make symbolic link to scraped image path.

                  eg: ln -s /opt/retropie/configs/all/emulationstation/nes /home/pi/PieMarquee2/marquee/nes

                  1 Reply Last reply Reply Quote 0
                  • P
                    petrisi
                    last edited by

                    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.

                    cabinet.jpg

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      BritX @petrisi
                      last edited by BritX

                      @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/2345

                      Im 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

                      https://github.com/hzeller/rpi-rgb-led-matrix

                      B 1 Reply Last reply Reply Quote 0
                      • B
                        BritX @BritX
                        last edited by

                        @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......

                        1 Reply Last reply Reply Quote 0
                        • H
                          hookbeak
                          last edited by hookbeak

                          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…

                          1 Reply Last reply Reply Quote 0
                          • G
                            Grizzpyre
                            last edited by

                            @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?

                            1 Reply Last reply Reply Quote 0
                            • B
                              benlisur
                              last edited by benlisur

                              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.. .

                              1 Reply Last reply Reply Quote 0
                              • D drewmillr referenced this topic on
                              • First post
                                Last post

                              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.