RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. guide
    Log in to post
    • All categories
    • T

      TFT ILI9341 driver mod for ILI9342 ?

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes ili9341 ili9342 tft screen guide lcd
      15
      0 Votes
      15 Posts
      8k Views
      mooseprM

      @obsidianspider I got distracted with other projects, should really get back on it

    • HexH

      Getting Started with ES Development.

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development guide development how-to self-help
      37
      4 Votes
      37 Posts
      18k Views
      LolonoisL

      Create a static class model from ES sources: See here

    • cardulaC

      My Raspberry Pi 3 voyage thus far...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming guide controllers overclock roms install
      7
      1 Votes
      7 Posts
      3k Views
      dankcushionsD

      your sdram overclocks could cause sd corruption too i think. possibly the overvoltage also. personally i'd remove all forms of overclocking if you're seeing corruption/instability.

    • MapleStoryM

      Quick and easy guide for adding music to Emulatonstation on RetroPie. Noob friendly!

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming music bgm synack guide
      165
      10 Votes
      165 Posts
      114k Views
      L

      @Soryn79 said in Quick and easy guide for adding music to Emulatonstation on RetroPie. Noob friendly!:

      I recommend changing:

      while pgrep omxplayer >/dev/null; do sleep 1; done (sleep 10; mpg123 -Z /home/pi/bgm/*.mp3 >/dev/null 2>&1) & emulationstation #auto

      to this: (the --no-splash is optional)

      emulationstation --no-splash & while pgrep omxplayer >/dev/null; do sleep 1; done (mpg123 -Z /home/pi/bgm/*.mp3 >/dev/null 2>&1) #auto

      Changing it so that it starts after ES loads just makes more sense to me. This makes sure that the music will always start 1 second after the video ends regardless of video length.

      Hi there, I tried your version and whilst it works beatifully on startup, it breaks emulationstation when pressing F4, it just hangs on a blank screen.

      I thought I'd let you know.

      Any ideas?

      Best!
      Luca

    • theinkT

      Guide: Setting Up a RetroPie controls using IPAC2 Controller - Extensive Tutorial + Preconfigured files

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support guide ipac2 controller configuration tutorial
      58
      8 Votes
      58 Posts
      80k Views
      G

      @theink
      Can you share the source file of your instruction manual for your arcade ?
      alt text
      Thx in advance

    • J

      IPTV TWiT Network show Know How doing an emulation series

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming video guide projects
      2
      0 Votes
      2 Posts
      933 Views
      sergioadS

      I know, I follow TWiT and that bradcasting network emits in a national US radio, many users do not want to see RetroPie widely known because of the policies of Nintendo for example but being broadcasted nation wide via a radio station and internationaly via internet, the project is widely known

    • T

      How to get best image quality on a 1080 modern screen

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming guide shaders resolution
      24
      1 Votes
      24 Posts
      65k Views
      T

      @PetroRie It won't affect shaders, which control this setting independently.
      source: https://retropie.org.uk/docs/Shaders-and-Smoothing/

    • mooseprM

      ili9341 tft screen guide

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes tft screen ili9341 guide
      9
      2 Votes
      9 Posts
      13k Views
      F

      Hi !!
      Super useful.....thanks.
      But ili9341 is now included in RASPBIAN STRETCH kernel, so I took off from the fbcp installation and did work.

      But I noticed that the screen refresh rate is too slow.
      In this new scenario, where do I do the tweaks you suggest?

    • rbakerR

      Guide: Arcade games and how to play them, A non-technical MAME / FBA tutorial

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame guide non-technical rom
      3
      11 Votes
      3 Posts
      97k Views
      hiulitH

      @rbaker Regarding Step 4, simply restarting EmulatiomStation will do the trick. No need to restart the whole system. At least in the last versions of RetroPie.

    • C

      General User guide/Manual Inclusion Suggestion.

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development guide manual user friedly pi for dummbies
      13
      2 Votes
      13 Posts
      6k Views
      E

      @cj2tech said in General User guide/Manual Inclusion Suggestion.:

      @ebtalk if you do use this i hope you leave the credit section untouched.

      Certainly. I was going to make more visual additions to it. Not sure Kids would want to read as much so my plan is to include screenshots on how to shutdown, navigate, etc.

    • cyperghostC

      RetroPie: Erste Schritte (Startup guide for RetroPie in german language)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support how to guide german
      1
      2 Votes
      1 Posts
      4k Views
      No one has replied
    • mediamogulM

      (Guide) Centralized Screenshots Location

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming guide screenshots samba
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • S

      HOWTO: LED control with a Pac-Drive

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming mame guide led
      7
      5 Votes
      7 Posts
      6k Views
      ClydeC

      If anyone gets the error "pacdrive: error while loading shared libraries: libhid.so.0: cannot open shared object file: No such file or directory" with Retropie 4.4 on a Raspberry Pi, use this command to fix it:

      sudo mv /usr/local/lib/libhid.* /usr/lib/arm-linux-gnueabihf/

      It will move the libhid files to the correct location where pacdrive can find them.

    • FloobF

      How to use MAME with RetroPie - Help Guide

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming guide mame romsets
      57
      11 Votes
      57 Posts
      477k Views
      W

      @Floob Amazing post. Thank you so much for making this for everyone!! (Years later, thank you so much again!)