PDA

View Full Version : Diving deep into the Game Boy LCD protocol



wraggster
November 10th, 2010, 23:37
http://hackadaycom.files.wordpress.com/2010/11/gnb.jpg

[Craig] wanted to make the original Game Boy LCD screen do his bidding so he sniffed out the data protocol that it uses. We were amused when he mentions that there’s an army of people out there looking to build pointless crap as part of a hobby. Guilty. And he goes on to outline why this LCD screen is a great resource for hobbiests.

As you can see in the pinout above, it uses 5V logic, with a 4 MHz data clock. These traits are both very friendly to a wide range if inexpensive microcontrollers. If you know how to address the display it should be very easy to use. Furthermore, the low pin count is thanks the to a 4-shade grayscale screen, limiting the data pins to just two. [Craig] hooked up his Saleae Logic probe to capture communications and walks us through what he discovered. During this process he proved to himself that he had figured out the protocol by exporting captured data from the logic probe and reassembling it into an image on his computer.

http://hackaday.com/2010/11/10/diving-deep-into-the-game-boy-lcd-protocol/

Wolfdawg
November 11th, 2010, 04:25
Wait what the hell?
how is this usefull?