Hello everyone,
I bought the following Parts from Amazon:
And i wanted to test the Display with a downloaded FlappyBird Game:
In this Arduino Project we will make a cool Arduino Game, actually a replica of the popular Flappy Bird game for smartphones, using an Arduino and...
Est. reading time: 13 minutes
but now i have the problem that the display does not show the game correctly, it is mirror-inverted and not visible on the whole display as you can see in the attached images.
can someone help me out with that ? I also Attached the Script for the Game to this post.
Some Pictures which show my Problem and how i build it together:
Game.zip (4.56 KB)
First off. Life is much simpler with clickable links.
You have bought a 40-pin TFT_320QVT display + Mega2560 + 40-pin Adapter shield.
It is unlikely that you have actually got TFT_320QVT and not TFT_320QVT_9341.
Hey-ho. TFT_320QVT (SSD1289) or TFT_320QVT_9341 (ILI9341_16) should both work fine with UTFT. Ask if the examples do not work.
One thing is certain. You have not got an ILI9481 controller.
#define CTE32HR 21 // ILI9481 (16bit)
For some reason UTFT likes to use gobbledygook names like CTE32HR instead of just putting the controller name.
Please quote the model printed on your actual display pcb.
Or post a photo of the pcb.
Then run the UTFT library examples.
Then run the URTouch library examples. Especially the "calibration" sketch.
Use the correct display model with the correct Touch calibration values.
Everything should work fine. If not, quote example and describe problem.
David.
Thank you now it works i found the error by my self but you helped me alot with your comment to find it.
Please can you confirm which display you have bought.
It is not uncommon for Ebay shops to show inaccurate photos and inaccurate information.
It helps other buyers if you can identify the correct display.
David.