RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Waveshare 12287 not working with retropie

    Scheduled Pinned Locked Moved Help and Support
    retropie configwavesharegpio
    5 Posts 2 Posters 378 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      Zed
      last edited by

      Hi Guys,
      I've searched, but can't deal with it. I have a Waveshare 12287 installed on GPIO, but can't get it to work with retropie.
      Here's my config: https://pastebin.com/DAUgtnzs
      I would appreciate any advice.
      Thanks!

      1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator
        last edited by

        What PI model is this ?
        How did you install/what software did you run to install the display ? What exactly doesn't work means - you get no display, games don't start, the front-end doesn't start, etc. ?

        Z 1 Reply Last reply Reply Quote 0
        • Z
          Zed @mitu
          last edited by

          @mitu said in Waveshare 12287 not working with retropie:

          What PI model is this ?
          How did you install/what software did you run to install the display ? What exactly doesn't work means - you get no display, games don't start, the front-end doesn't start, etc.

          RPi 4b 8gb
          I install Retropie from Raspberry pi imager
          The emulation station isn't launching.

          1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator
            last edited by mitu

            If it's a Pi4, then the configuration is wrong, since the GPU drivers are disabled. The hdmi_cvt option is missing the = sign. This is not the default config.txt shipped by RetroPie, so you probably run an 'installation script' for the Waveshare.

            You current config shows:

            ...
            
            [pi4]
            # Enable DRM VC4 V3D driver on top of the dispmanx display stack
            #dtoverlay=vc4-fkms-v3d
            max_framebuffers=2
            dpi_timings=1024 1 40 48 128 600 1 13 3 45 0 0 0 60 0 37000000 6
             
            [all]
            #dtoverlay=vc4-fkms-v3d
            dtoverlay=dpi24
            enable_dpi_lcd=1
            display_default_lcd=1
            dpi_group=2
            dpi_mode=87
            dpi_output_format=0x6f005
            hdmi_cvt 1024 600 60 6 0 0 0
            disable_overscan=1
            

            Try to replace the lines above (leaving the other options intact) with:

            [pi4]
            # Enable DRM VC4 V3D driver on top of the dispmanx display stack
            dtoverlay=vc4-fkms-v3d
            dtoverlay=dpi24
            dpi_output_format=0x6f005
            max_framebuffers=1
            enable_dpi_lcd=1
            display_default_lcd=1
            hdmi_cvt=1024 600 60 6 0 0 0
            [all]
            disable_overscan=1
            
            Z 1 Reply Last reply Reply Quote 0
            • Z
              Zed @mitu
              last edited by

              @mitu Thanks! I will give it a go and get back to you :-)

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

              Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.