Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
hardware:lcd_led_marquees [2022/02/24 11:06] – making the link more convenient atarihardware:lcd_led_marquees [2022/06/17 04:56] – added note about this getting screwed over by upgrading to v34 atari
Line 128: Line 128:
  
 ===== Using the two HDMI outputs on a RPi4 ===== ===== Using the two HDMI outputs on a RPi4 =====
 +
 +<WRAP center round important>
 +This has broken on **v34**. Stay on **v33** or lower if you intend to use this.
 +</WRAP>
  
 It is possible to use the two HDMI outputs on an RPi4, with one displaying Batocera and the other displaying the dynamic marquee. [[https://forum.batocera.org/d/7129-dynamic-marquee-for-pi4-working|Link to the original forum post explaining this.]] Essentially, the Raspberry Pi draws images/videos directly to the framebuffer, which is still visible on the other display even though it's hidden by Batocera on the main display. It is possible to use the two HDMI outputs on an RPi4, with one displaying Batocera and the other displaying the dynamic marquee. [[https://forum.batocera.org/d/7129-dynamic-marquee-for-pi4-working|Link to the original forum post explaining this.]] Essentially, the Raspberry Pi draws images/videos directly to the framebuffer, which is still visible on the other display even though it's hidden by Batocera on the main display.
Line 376: Line 380:
 case 1 in    gameStart) case 1 in    gameStart)
         romname={5##*/}         romname={5##*/}
-gamename=${romname%.*}       +        gamename=${romname%.*}       
-echo ./marquee.sh GameStart 2 "\\"gamename\"" | nc $Marqueeip 5555 >temp.log &+echo ./marquee.sh GameStart $2 "\"gamename\"" | nc $Marqueeip 5555 >temp.log &
 ;; ;;
 gameStop)       gameStop)      
Line 392: Line 396:
 rom=${Romname##*/} rom=${Romname##*/}
  
-echo ./marquee.sh Gameselected $System \$rom\"" | nc $Marqueeip 5555 >temp.log &+echo ./marquee.sh Gameselected $System "\"$rom\"" | nc $Marqueeip 5555 >temp.log &
 </file> </file>
   * In ''system-selected'' save the following as ''01-marquee.sh'' (eg. ''/userdata/system/configs/emulationstation/scripts/system-selected/01-marquee.sh''): <file bash 01-marquee.sh>   * In ''system-selected'' save the following as ''01-marquee.sh'' (eg. ''/userdata/system/configs/emulationstation/scripts/system-selected/01-marquee.sh''): <file bash 01-marquee.sh>
  • hardware/lcd_led_marquees.txt
  • Last modified: 8 months ago
  • by atari