Perhaps the OP is having the same issue I had to where my converter was leaking. Instead of dropping the output voltage to 3.3v, like it is supposed to do, it was outputting somewhere around 4V. (Which the display does not like).
After much frustration I finally got mine to work using 4k7 and 2k2 resistors. (2k2 to display, 4k7 to ground)
I have bought 2.2 TFT SPI screen from ebay (cheap version 240*320). I use library
All screen is white when I connect it to pins. Is that problem of Voltage? if yes, what kind of resistors should I use and how? is there any website displaying that? I'm very beginner at it. I don't have any idea what is the problem.
Im not too sure if I should be joining in here or starting a new thread. So let me know if I should move
Im trying to get this TFT screen to work with the adafruit library.
I have installed the librarys (GFX and IPI9341)
At this stage I am just trying to get it to work with the graphictest example. I have not touched the example code at all (other than to redefine pins).
Im guessing I am on the right track as I am getting the following:
Your display should work fine IF you use 3.3V logic levels. Use resistors or level shifter chip with a 5V Arduino.
Many people use this board. Even more use the 2.2" version. The ILI9341_due library will blow your socks with its speed. The Adafruit_ILI9341 library works too.
I note that your board has header pins for a Touch controller but the chip is not mounted on the pcb. The 2.4" screen does not render as vivid a picture as the 2,2" version.
I have tryed both 5v logic and 3.3 (using capacitors), I get the same result either way. I will check my work with the resistor though.
So the fact that it states 5v works is BS? Should have guessed haha.
Awesome perhaps I will switch over to due now, and save extra time later. Just start there from scratch.
No I ordered late at night, the lack of sleep prevented me from noticing the total lack of any touch panel/chip etc.
I dont really need the touch for this project anyway. So im not too worried. Basicaly its just to be used as a GUI so im not to worried about anything else
Sorry if I have offended you, no offence was intended.
I was referring to the sellers listing that states that this product is suitable and working on 5v logic. Where I am from using those words would be considered far from horrible. Let alone the abbreviation. But thanks for calling me out and now I know to be cleaner on this forum.
You are also correct about my TYPO, I am new and learning. But never fear I do actually know the difference between a resistor and a capacitor.
Hi, I'm beginner here and I need helping from you. I looked for decision here but unsuccessfully.
I've bought 3.2" TFT LCD Display with ILI 9341 Control IC + TFT LCD Mega shield v2.2.
It's designed with a touch controller in it. The touch IC is XPT2046.
This all right, next.
I use latest Arduino Software (IDE) for Windows and latest UTFT library.
I wrote constructor UTFT myGLCD(CTE32HR, 38, 39, 40, 41);- is it ok?
extern uint8_t BigFont[];
Graphic drawing seems right but letters seems "head down"
What library shall I use? What is correct constructor?
Hello vsem.Imeyu TFT 2.4 ekran.Pereproboval many libraries , but nothing helped him work zapustit. library SPFD5408-master. LCD_ID_Reader writes that the chip ID 0 * 0000.Eksperimentalno found that the chip 9341 , when put uint16_t identifier = 0x9341; screen works , but shows two images ( double ) .help me.. Sorry me for my english (Google)
Any logic voltage in the range 3.0V to 3.6V will be fine. I now use 1K2 and 2K2 as I have lots of those values available.
You only need a logic level shift on outputs from the 5V Arduino to the 3.3V target logic function. For the XPT2046 this will be DIN, CLK and CS.
Outputs from the 3.3V logic function (XPT2046 DO and IRQ) can be connected directly to the 5V Arduino pin inputs though I tend to put a 1K series resistor in the path so if the Arduino pin gets accidentally switched to output in a sketch it will not damage the 3.3V function.