hello world in utft 3.2 and arduino mega 2560

hello everyone;
I am new in arduino world ,i just bought arduino mega 2560 with utft screen 3.2'
i did the first project (blink :smiley: )
and now i want to print a text in utft screen 3.2 (i don't need tech screen now i just want to print a text)
i try googling it but i couldn't find what i want
so i need the code example and necessary libraries to do that and if you can a simple explain of that code :smiley:
and thanks a lot ;

Hello and welcome,

There is a dozen of different 3.2" displays, which one are you using? The UTFT library might be what you need.

guix:
Hello and welcome,

There is a dozen of different 3.2" displays, which one are you using? The UTFT library might be what you need.

hello
i have 3.2 inch TFT LCD screen module Ultra HD 320X480
that what i know about it . i bought it from :
http://www.aliexpress.com/item/Free-shipping-3-2-inch-TFT-LCD-screen-module-Ultra-HD-320X480-for-Arduino-MEGA-2560/32282803179.html

i added that library to arduino ide and upload some examples to arduino , i test it and nothing happened
the screen still black (not black like when it off but black with some light around ) ;

As seen in the comments on that link you gave:

UTFT myGLCD( CTE32HR, 38, 39, 40, 41 );

guix:
As seen in the comments on that link you gave:

UTFT myGLCD( CTE32HR, 38, 39, 40, 41 );

thanks , it works :smiley:

IVDZ:
thanks , it works :smiley:

can i get a site or a pdf of explain of parameter of tft functions ?

In the link to the UTFT library, scroll down to see the manual :wink:

guix:
In the link to the UTFT library, scroll down to see the manual :wink:

thanks a lot bro , you realy help me
god bless you :smiley:

Hello everyone.
As we continue posting of a letter by a number or letter.
E.g:

  • Display the letter C, after displaying temperature: 23.5 C.

Hello everyone,
I just get my LCD, I copy all, under the arduino library and sent me: "In file included from UTFT_Demo_480x320.ino:13:
C:\Program Files (x86)\Arduino\libraries\UTouch/UTFT.h:227: error: 'bitmapdatatype' has not been declared"
Anybody can help to me?
Thanks: Mike

plz send me the code of tft lcd 2.4 inch
i am using receiver which receive the data of temp and humidity sensor
i want to show it on arduino lcd plz