From f2724b3d5e0c48e67119cc81ea27b7ac18d7a059 Mon Sep 17 00:00:00 2001 From: YouMakeTech Date: Tue, 14 Jun 2022 13:34:41 +0000 Subject: [PATCH] Add pins assignements for Pico-GB --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 460634b..531f48b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,28 @@ -# RP2040_GB +# RP2040-GB for Pico-GB -Game Boy (DMG) emulator [Peanut-GB](https://github.com/deltabeard/Peanut-GB) on the Raspberry Pi RP2040 microcontroller, using an ILI9225 screen. +This is a fork of the [RP2040-GB Game Boy (DMG) emulator from deltabeard](https://github.com/deltabeard/RP2040-GB). +This fork includes all changes needed for the emulator to run on the [Pico-GB emulation console](https://www.youmaketech.com/pico-gb-raspberry-pi-pico-gameboy-emulation-console/). The Pico-GB is a 3d-printed retro-gaming emulation console that ressembles to the original Nintendo Game Boy released in 1989. + +RP2040-GB is a Game Boy (DMG) emulator [Peanut-GB](https://github.com/deltabeard/Peanut-GB) on the Raspberry Pi RP2040 microcontroller, using an ILI9225 screen. Runs at more than 70 fps without audio emulation. With frame skip and interlacing, can run at up to 120 fps. -![Photo of a Raspberry Pi Pico playing Pokemon Red](https://user-images.githubusercontent.com/3747104/162945331-605747fb-e48e-4b29-8007-9947afa29597.jpg) +# Raspberry Pi Pico Pins Assignment +UP = GP2 +DOWN = GP3 +LEFT = GP4 +RIGHT = GP5 +BUTTON A = GP6 +BUTTON B = GP7 +SELECT = GP8 +START = GP9 +BUZZER = GP15 +LCD CS = GP17 +LCD CLK = GP18 +LCD SDI = GP19 +LCD RS = GP20 +LCD RST = GP21 +LCD LED = GP22 # Building