
tl;dr
I wasn’t using my pigrr2 so I decided to strip it and make something I would use out of its parts. I was looking for an arcade cabinet/case that I could put a 5″ screen into, I found that someone had used the same screen 5″ I had into a Zeon Tech Arcadie. Follow me below to find out how I managed it
Hardware
Zeon Tech Arcadie
Raspberry pi 3
5″ HDMI screen
Screen stand
PiGRRL 2.0 Custom Gamepad PCB
Adafruit powerboost 1000c
3 cell 18650 lipo battery pack
Adafruit Stereo 2.8W Class D Audio Amplifier
2x 3watt speakers
Mini joystick
6 light up arcade buttons
Latching button for LED button lighs
2 coloured buttons for start/select
Power switch
Low power LED
Female micro usb panel mount
Female usb panel mount
The case
SpoilerShow

I peeled off the plastic coating and use WD40 to remove them. All you need to do is spray the stickers with a generous layer of WD40 then leave it for about 20 minutes. The stickers will just pull off then all you need to do it remove the WD40 residue with ether soap and water or 100% alcohol.
The case didn’t really have a back to it. It did have a pivoting iPad holder that when released would pivot back allowing you to insert the iPad. I decided to reposition the back and have it pivot back to let you gain access to the sd card and the pi. I put a magnet into the marquee and added a steel bracket to the pivoting back to hold it up.
SpoilerShow

SpoilerShow

I will need some buttons to go along with the joystick. Most people use 6 face buttons and 2 buttons below for start and select. I found these light up ones that ran off 5v as most would only light up with 12v/240v. As it would be the new buttons were about the same size as the 2 that were already in the controller panel. I used the square washers that came with the buttons to secure the new buttons in the 2 existing holes since the new buttons were a little smaller. I drilled holes for the other 4 buttons in the control panel.
SpoilerShow

SpoilerShow

SpoilerShow

SpoilerShow

I added a female USB port to the outside of the case so I could add a single USB controller or add a USB hub and add more controllers.
SpoilerShow

The screen I was using was one of those 5″ HDMI waveshare clones with a resolution of 800 x 480, Being HDMI it wouldn’t have any lag like with the SPI screens. The raspberry pi just mounts to the back of the screen so all I had to do was mount the screen to the arcade case. Luck would have it the arcade case screen opening was the perfect width for the screen but it did need some blanking off top and bottom. I did this with black plastic folder.
The screen draws power from the raspberry pi’s GPIO so it covers all the old pi 26 GPIO pins. With this screen it has unpopulated pads on the board so you can add a female header to breakout the covered GPIO pins. I had to make up a custom cable out of the normal flat ribbon cable you normally use on a raspberry pi GPIO. I kept the un covered GPIO the same and added male 90 degree heads to the other 26 pins.
The screen case as seen in the picture above is what I used this to mount the screen into the arcade case, Just had to trim the sides alittle.
SpoilerShow

SpoilerShow

As anyone that’s tried to power a raspberry pi 3 off of batteries knows it a royal pain to stop it from undervolting and getting that annoying yellow lighting bolt on the screen while playing. Im using a powerboost 1000c this provided enough power to power the raspberry pi 3 and the screen without undervolting. I did use some mains cable wire that ran from the powerboost 1000c to a micro USB 90 degree micro USB male cable to make sure it didn’t under volt.
I also added a female micro USB panel mount to the side of the arcade case to the micro USB port on the screen, so I could just run it from just the mains if I wanted to use it for longer periods of time.
SpoilerShow

I mounted the powerboost board on the bottom of the case near the back so it would be easily charged without the need to cut a hole for the micro USB port. I also broke out the low battery LED and mounted it just below the marquee along with the power switch. That way you can see it while playing.
Sound
SpoilerShow

Software
To get the buttons working I’m using gpioneer. I did try the adafruit binary blob for the pigrrl controller board but the joystick didn’t work in the mame emulator.
To get the screen to go full screen I added
max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
hdmi_drive=1
To the bottom of the /boot/config.txt file
Video