Giter VIP home page Giter VIP logo

gpihdmiout's Introduction

gpihdmiout

Use these scripts at your own risk. These scripts are for a GPi Case running Retropie to enable HDMI output. The HDMI output and LCD screen CAN NOT both be enabled at the same time. These scripts will add Retropie menu options to Enable or Disable HDMI after powering off. If a HDMI cable is not detected on boot the script will disable HDMI, enable the LCD, and reboot.

WARNING: Do not enable HDMI without completely powering off the GPi Case afterwards. Do not use "sudo reboot" or "sudo poweroff". Doing so may leave junk displayed on the GPi's LCD screen that can BURN INTO THE SCREEN after only a few minutes. I know this. I did this. The burned in pattern went away after several hours of the unit resting at room temperature. I got lucky.

Setup

Clone the scripts into /home/pi

$ cd /home/pi
$ git clone https://github.com/SWiT/gpihdmiout.git

Add the HDMI detection script to rc.local before "exit 0" line.

$ sudo nano /etc/rc.local

    sudo /home/pi/gpihdmiout/detect.sh

Add Retropie Menu to Enable and Disable HDMI.

$ ln -s /home/pi/gpihdmiout/enable.sh /home/pi/RetroPie/retropiemenu/"HDMI Output Enable.sh"
$ ln -s /home/pi/gpihdmiout/disable.sh /home/pi/RetroPie/retropiemenu/"HDMI Output Disable.sh"

Restart the GPi Case and you are done.

gpihdmiout's People

Contributors

swit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.