Arduino Mega 2560 and new touch ILI9341 displays

preview_player
Показать описание
HW: Arduino Mega 2560 Chinese clone + touch screen + shield v2.2

Display used in this tutorial are:(model parameter in a sketch)
2.4" TFT 240x320 V2.1, model parameter ILI9325D_8
3.2" TFT_320QVT_9341, model parameter ILI9341_16
Рекомендации по теме
Комментарии
Автор

A really useful video !!!
Thank you.
СПАСИБО

adrianglezmahe
Автор

I have a 2.4 inch ili9341 parral display
I want to use utft library please help me.
Thanks

chirathjayawardena
Автор

Класс!!! МОЛОДЧИК!!! НОвые видосы выкладывай . Респект и уважуха!!!

ilyailya
Автор

hi there... I am connecting ILI9341 display with ardunio uno. i am able to get image. but I can see this from angle. the display seems very bright. what can i do to solve this problem? thanks

sirazulislamsiraz
Автор

Hi, thanks for video and comments!
If have Arduino Mega 2560 + TFTLCD Mega Shield v2.2 + 2.4" TFT 240x320 V21_9341 screen (ILI9341 8080-parallel 8 bits +XPT2046)
then must to do the followings 2 steps(pre-requirements: Arduino IDE with already installed UTFT and URTouch libraries):

step 1st)in arduino libraries in library-directory URTouch in file URTouchCD.h must to have /prepare at the end of file:
....
/*
#define CAL_X 0x00378F66UL
#define CAL_Y 0x03C34155UL
#define CAL_S 0x000EF13FUL
*/
//For 2.4" TFT color display
#define CAL_X 0x003BC4192UL
#define CAL_Y 0x03C6C1C3UL
#define CAL_S 0x000EF13FUL

step 2nd) in your code mus to have/use:
...
UTFT myGLCD(ILI9341_8, 38, 39, 40, 41);
....
URTouch myTouch(6, 5, 4, 3, 2);
...
Hope this notice to be useful for you!

ionstefanache
Автор

нету примера который вы залили в адуино .

timob