Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. poppadum
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 2
    • Posts 86
    • Best 9
    • Controversial 0
    • Groups 0

    Topics created by poppadum

    • poppadum

      [SOFT] dynquee: dynamic marquee for Recalbox
      Community projects • [soft] dynquee dynamic marquee recalbox • • poppadum

      89
      7
      Votes
      89
      Posts
      20995
      Views

      Starcom

      @Marcelo-Tavares Thank you very much but what I need is a display system, not the png of marquees.

    • poppadum

      Pi4 digital marquee on HDMI2
      Recalbox General • marquee pi4 hdmi • • poppadum

      2
      0
      Votes
      2
      Posts
      909
      Views

      poppadum

      I've done a bit more testing and it seems it is possible to display an image or video by writing to the framebuffer e.g.

      fbv2 <image.png>

      i.e. the same way that miniTFT support works.

      The only problem is that with the default KMS graphics driver overlay dtoverlay=vc4-kms-v3d, both displays share the same framebuffer device, so the image shows on both displays.

      But it's only visible on the main display when EmulationStation isn't running. In practice you only see it for a brief second when launching a ROM (the time between ES exiting and the emulator launching) or exiting a game. It doesn't seem to break anything so I think I can probably live with that minor annoyance.

      If anyone else is interested in this, when I've written some code I'm happy with I can stick it on github for others to use.