GithubHelp home page GithubHelp logo

wimpysworld / retro-home Goto Github PK

View Code? Open in Web Editor NEW
107.0 10.0 15.0 6.48 MB

Retro Home; your home for retro-gaming ๐Ÿ•น

License: MIT License

Shell 86.82% Python 13.18%
raspberry-pi retro-gaming ubuntu retroarch retro libretro ludo sega nintendo arcade

retro-home's People

Contributors

daphipz avatar flexiondotorg avatar lotharsm avatar lukewh avatar philclifford avatar popey avatar rudraswat avatar takov751 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

retro-home's Issues

Missing package when upgrading firmware

I tried to run upgrade in desktop mode just to se if it's works and it was missing mkimage for creating firmware image.

Installing u-boot-tools solved the issue. I started this as an issue as I am not sure if upgrading firmware is in scope at the moment

Crashes to login during Genesis core load

I did a fresh install, and then told it to load the SNES core, the NES core, then the Genesis core, and as soon as I click it will crash directly to the login screen.

Ludo black screen

I have try to test the basic rpi4 image burned it started up ludo starts with smaller grey square in the left top corner nothing else. Desktop mode works fine

GPI case 2 information and ideas

Gamepad seems like a no issue it's somekind of usb HID device by the look of it as I couldn't find other than "it's just works"

  1. I look trough and if dpi24.dto has no custom patch made by retroflag it's out dated. The latest file can be found

https://github.com/raspberrypi/firmware/blob/master/boot/overlays/dpi24.dtbo

LCD specific config.txt available in patch zip from their repo. That can be easily copied.
2. case has only a power switch and that can be implemented with simple

from gpiozero import Buttons, LED


powerPin = 26
powerenPin = 27

def shut() :
    os.system("sudo shutdown -h now")

#Turn on power led
led_power = LED(powerenPin)
led_power.on()
#init shutdown feature
btn_power = Button(powerPin)
btn_power.when_pressed = shut

  1. The real issue is to switch from lcd to hdmi. This should be done by rebooting, and the gpicase2 has a weird check for it
    The pin has to be enable as input and this method seems to be working only with this case. same issue with audio
HDMI_HPD=18
HDMI_HPD_VALUE=$(cat /sys/class/gpio/gpio$HDMI_HPD/value)

if "1" = $HDMI_HPD_VALUE ; then

  1. internal audio is simply adding /etc/modprobe.d/alsa-base.conf (maybe to cmdline.txt instead)
options snd_usb_audio index=0

However switching to hdmi audio from internal can be tricky

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.