Switch to full style
Modules, cases, buttons...
Post a reply

Screen Replacement with color Screen

Wed Apr 09, 2014 7:50 am

Hi!

I'm waiting for this screen:

Image
320x200 px - full color

http://www.dx.com/es/p/chuangzhuo-rpi-t ... 0T7Pvl_st0

(Admin, not spam, just for info specs)... ;)



Are compatible with Gamebuino?

TIA

Re: Screen Replacement with color Screen

Wed Apr 09, 2014 7:58 am

It uses a ILI9325 (datasheet: http://www.adafruit.com/datasheets/ILI9325.pdf) which is compatible with SPI, so yes, you can plug it to your Gamebuino.
Here is a library to use it with Arduino/Gamebuino: https://github.com/adafruit/TFTLCD-Library

Re: Screen Replacement with color Screen

Wed Apr 09, 2014 8:04 am

WOW!!!!

Thanks for the info!

Re: Screen Replacement with color Screen

Wed Apr 09, 2014 5:42 pm

Color, you say?
*throws money*

Just kidding, but it would add to the load it already has to bear.

Re: Screen Replacement with color Screen

Wed Nov 19, 2014 11:28 pm

Sure it would work, but I'm wondering as to whether old games would work on the new screen. That would be one of the main thoughts for me

Re: Screen Replacement with color Screen

Wed Nov 19, 2014 11:34 pm

Let us know how it works out Hark0!
With pictures of course! :)

Re: Screen Replacement with color Screen

Thu Nov 20, 2014 1:10 pm

Sushi wrote:Sure it would work, but I'm wondering as to whether old games would work on the new screen. That would be one of the main thoughts for me


You have to rewrite the Gamebuino lib or to add functions for the color Display.
It will not run with the standart lib, becouse the Nokia LCD uses other commands to draw.
Post a reply