Page 1 of 1

GLCD_ILI9341 - problem

Posted: Tue Sep 19, 2017 8:39 pm
by rradojko
Hello,

I'm using the display and Arduino Nano (http://www.ebay.com/itm/2-8-TFT-LCD-Dis ... 2749.l2649)

The problem is that the slipped part of the displey is black. What am I doing wrong?

The file for GLCD (ILI9341) FCPX is from here (http://www.matrixtsl.com/mmforums/viewt ... 203#p71203)

I attach a test flowcode program and an image.

Thanks for the help

Re: GLCD_ILI9341 - problem

Posted: Wed Sep 20, 2017 9:42 am
by LeighM
Just a guess... try:
Pixel Height 320
Pixel Width 240

Re: GLCD_ILI9341 - problem

Posted: Wed Sep 20, 2017 1:05 pm
by rradojko
LeighM wrote:Just a guess... try:
Pixel Height 320
Pixel Width 240
Thank you very much. I'll try it.

EDIT- I tried it. I tried it and it works very well. Thank you, LeighM!