pielesju / gameboy-pico

Software written in MicroPython for the "GameBoy Pico" a Raspberry Pi Pico Project using a 8x8 LED Matrix + Files for the PCB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project uses the GNU GENERAL PUBLIC LICENSE. You can use these assets for your own project, change as you like and redistribute them.

gameboy-pico

concept

The GameBoy Pico is a handheld console based on the Raspberry Pi Pico with the RP2040 chip and a 8x8 LED matrix controlled by the MAX7219 controller.

The idea is, to connect two GBP's with USB, with n UART interface to have multiplayer support.

This repo contains software written in MicroPython for the "GameBoy Pico" a Raspberry Pi Pico Project using a 8x8 LED Matrix. Including the "device drivers" and the games.

hardware components

  • Raspberry Pi Pico
  • 8x8 LED Matrix using a max7219 controller
  • 6 Buttons

Downloaded from https://wokwi.com/projects/343050162947490388

Simulate this project on https://wokwi.com

About

Software written in MicroPython for the "GameBoy Pico" a Raspberry Pi Pico Project using a 8x8 LED Matrix + Files for the PCB

License:GNU General Public License v3.0


Languages

Language:Python 100.0%