Can anyone suggest a display for Arduino

Can anyone please suggest a display for Arduino that is the same size as the display of the Gameboy Classic? Because i am doing a project using Gameboy Classic's shell. It's not a game emulator but something else. i tried a lot to find one but failed.

Edit :-The Screen Size of GameBoy is below. i don't care about DPI or the pins or anything. It should be compatible with Arduino and the same size as the display of the original Gameboy Classic

The display size of the Game Boy is 2.6” (66 mm)

You might want to provide the dimensions of the size of screen you are looking for - width, height, DPI etc.

If you are using the empty case, then you could use a screen larger than the original aperture and limit your drawing to only that part of the screen that would be visible through the original aperture.

1 Like

The display size of the Game Boy is 2.6” (66 mm)
i don't care about DPI or the pins or anything. It should be compatible with Arduino and the same size as the display of the original Gameboy Classic. and the screen size is added to the post
Thanks for the replay

So it's a square display of 2.6" x 2.6"?

Yes

NO! The diagonal size is 2,6"
assuming that the pixels are square
This width and height are

google is always worth a 5 minute search

You are asking for a niche-product with low production numbers
it is very unlikely that you will find one that has exact this size

best regards Stefan

1 Like

Thanks, man that is new knowledge for me. I am new to the hardware world.

This retrosize thing seems to be a complete display for gameboys not only a display

This one is 2,4" and from a quality manufacturer

This is 2,8"

Quoting the description
This display has a controller built into it with RAM buffering, so that almost no work is done by the microcontroller. The display can be used in two modes: 8-bit or SPI . For 8-bit mode, you'll need 8 digital data lines and 4 or 5 digital control lines to read and write to the display (12 lines total). SPI mode requires only 5 pins total (SPI data in, data out, clock, select, and d/c) but is slower than 8-bit mode.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.