From 09b6913620ecacb45fc1f0058cc274cd8325dadc Mon Sep 17 00:00:00 2001 From: geek2003 Date: Fri, 24 Mar 2017 17:28:43 +0000 Subject: [PATCH] Rename joybonnet.txt to joybonnet.md --- draft/overlay/{joybonnet.txt => joybonnet.md} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename draft/overlay/{joybonnet.txt => joybonnet.md} (94%) diff --git a/draft/overlay/joybonnet.txt b/draft/overlay/joybonnet.md similarity index 94% rename from draft/overlay/joybonnet.txt rename to draft/overlay/joybonnet.md index 1523c47..72ca805 100644 --- a/draft/overlay/joybonnet.txt +++ b/draft/overlay/joybonnet.md @@ -59,23 +59,23 @@ i2c: This add on board fits perfectly on top of your Raspberry Pi Zero (any kind) and gives you hand-held arcade controls. -Once you install our script onto your Pi, the controls will act like a keyboard, for easy use with any emulator or media player. - +Once you install our script onto your Pi, the controls will act like a keyboard, for easy use with any emulator or media player. + The Joy Bonnet works best with RetroPie/EmulationStation. On a Pi Zero you can emulate NES and MAME game but other emulators that don't require more than 1GHz speeds will work OK too, e.g. a N64 emulator won't work, it needs way more power! - + To install: - - + + bash``` - + curl -O https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/joy-bonnet.sh - + sudo bash joy-bonnet.sh - + ```