https://github.com/bereczistvan/pic-gb-printer
Game Boy Printer emulator on a PIC microcontroller
https://github.com/bereczistvan/pic-gb-printer
Last synced: about 1 month ago
JSON representation
Game Boy Printer emulator on a PIC microcontroller
- Host: GitHub
- URL: https://github.com/bereczistvan/pic-gb-printer
- Owner: bereczistvan
- Created: 2023-10-27T22:37:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T00:22:06.000Z (over 1 year ago)
- Last Synced: 2023-11-08T06:29:40.614Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-game-boy-camera-and-game-boy-printer-projects - PIC16F18857 compatible
README
# PIC Game Boy Printer
Game Boy Printer emulator on a PIC16F18857 microcontroller## Software
MPLAB X IDE v6.05MPLAB XC8 Compiler v2.41
## Hardware
Microstick X2C+ Development boardPIC16F18857 microcontroller
## Resources used
* https://dhole.github.io/post/gameboy_serial_2/
* https://en.wikipedia.org/wiki/Game_Boy_Printer
* https://gbdev.gg8.se/wiki/articles/Gameboy_Printer
* https://www.huderlem.com/demos/gameboy2bpp.html
* https://gbdev.io/pandocs/Gameboy_Printer.html
* https://shonumi.github.io/articles/art2.html