Code Monkey home page Code Monkey logo

Comments (5)

benpocalypse avatar benpocalypse commented on July 22, 2024

As another update, I wiped my sdcard, reinstalled RetroPie 4.4, installed GPIOnext, and it worked as expected. As soon as I get and install the LCD-show driver from the waveshare github, that's when GPIOnext starts giving the above errors. Not sure if this detail helps, but I'd love to be able to get this all working!

from gpionext.

mholgatem avatar mholgatem commented on July 22, 2024

sorry for the delay, been away for a bit. So the reason that GPIOnext fails after activating the lcd-show driver is that by default GPIOnext tries to watch (add edge detection) to all of the pins, but the lcd driver is already holding on to some of those pins. If you want it to run on just specific pins, there are two things that need to be done.

  1. run the config with the pins flag
    gpionext config --pins 3,5,7,8,etc

  2. set GPIOnext to run with those same pins
    gpionext set pins 3,5,7,8,etc

hopefully that gets you up and running.

from gpionext.

benpocalypse avatar benpocalypse commented on July 22, 2024

Ahhhh. I had tried doing gpionext set pins 3,5,7,8 and running gpionext config and was getting the same results, but didn't realize I needed to do gpionext config --pins xxxx as well.

Thanks for the clarification.

Also...I greatly appreciate you developing this tool, but maybe some more verbose error output in this situation would help prevent others from getting stuck like I did?

from gpionext.

mholgatem avatar mholgatem commented on July 22, 2024

I have a bit of time to work on this project again. I'll try to make it a bit more verbose as well as a bit more streamlined in terms of set flags passing over to the config as well. Anything else that you'd like to see included?

from gpionext.

benpocalypse avatar benpocalypse commented on July 22, 2024

Nope...I didn't run into any other issues or papercuts in my use of it.

...and thanks for doing this!

from gpionext.

Related Issues (20)

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.