PinkyPi X ( GamePi15 )

Our Build log / forums

PinkyPi prebuilt image, based off RetroPie 4.5.1
This is for the GamePi15 based PinkyPi build.
Using fbcp-ili9341 display driver.
Using RetroGame GPIO controller driver.
Using PiSNES as default SNES emulator
version 1.1 (updates 8/31/19)
Using mame4all as default MAME emulator

 

To recompile the display driver and disable screen sleep/backlight turning off on idle

cd ~/fbcp-ili9341/build
rm CMakeCache.txt
cmake -DWAVESHARE_ST7789VW_HAT=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DSTATISTICS=0 -DBACKLIGHT_CONTROL=OFF ..
make -j
PinkyPi X Keymapping

 

 

PinkyPi Pro

Our Build log / forums

PinkyPi Pro prebuilt image, based off RetroPie 4.4
This is for the Pro version of PinkyPi, 1.5inch screen and more buttons.
Using fbcp-ili9341 display driver.
Using RetroGame GPIO controller driver.
Using PiSNES as default SNES emulator

PinkyPi 1.3LCD

Our Build log / forums

PinkyPi prebuilt image, based off RetroPie 4.4
This is for the 1.3inch (240×240) LCD display version.
Using fbcp-ili9341 display driver.
Using RetroGame GPIO controller driver.

To recompile the display driver and disable screen sleep/backlight turning off on idle

cd ~/fbcp-ili9341/build
rm CMakeCache.txt
cmake -DWAVESHARE_ST7789VW_HAT=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DSTATISTICS=0 -DBACKLIGHT_CONTROL=OFF ..
make -j

Reboot once complete.