Arduino TFT LCD Touch Screen Tutorial

preview_player
Показать описание
In this Arduino Tutorial we will learn how to use TFT LCD Touch Screen with Arduino.

Parts list (check website article for full list, affiliate links):

Like my page on Facebook:

Рекомендации по теме
Комментарии
Автор

I like your "split screen" approach for presenting the code and the result at the same time. Also, your code is clean and informative about the capabilities of both TFT display and libraries. It tell a lot about what we can do with these hardware.

lookalterno
Автор

First Arduino tutorial that I watch, and the instructor finally cares about the code much more than the electronics part 😎

waleedalrashed
Автор

Love the way you just dive right in on your videos. No excess talking - you just get to work. Thank you for showing the TFT/Touch interfaces in such a concise manner. You saved me a lot of reading.

FamilyManMoving
Автор

This is what i've been looking for for my past 1 hour of searching for arduino projects. Thank you!

(the RGB led one really hooked me)

shivamsuri
Автор

My project would not be what it is now if I had never found this channel. The core of my program is based off this project. Thanks for all the info. I will also share my project to hopefully help others.

tfeezy
Автор

Thanks it so helpful just I encountered a little problem when I compile (redefinition of ' Touchscreen ts') thank you another time, it's so interesting I will wait your answer as soon as possible

ayaabiya
Автор

So, this is a perfect tutorial!

Thanks a lot for sharing with us.
You have the capability to "drive easyly" with words, the complex world of LCDTFT programming! :)

Best regards from Argentina!

fernandolunadev
Автор

This guy again! I always stumble upon your videos searching for something. Pretty cool.

paulhendrix
Автор

This is an excellent tutorial. A big thank you from a mechatronics engineering student. Great work

Just_Ignorant
Автор

Thanks for making this video. You explained the subject very clearly.

yngvai
Автор

Brilliant tutorial (as usual!), i will be watching it again when my TFT turns up tomorrow :) cheers o/

JulianMakes
Автор

UTFT myGLCD(ILI9341_16, 38, 39, 40, 41);
URTouch myTouch( 6, 5, 4, 3, 2);
were the parameters that worked for me (purchased from your link and using a Mega)

JulianMakes
Автор

So one thing that isn't said is that the ID of the LCD does matter, when initializing the "myGLCD" method the display could be "SSD1289" OR "CTE32_R2" if your code compiles but doesn't show up on the display, try this fix. Also, the error of C++ nnot being able to convert string to char is normal and will still operate normally.

InFAMOUSPS_
Автор

its wonderful tutorial to see, three tutorials combined to gather. and a good example of combining programs. thanks for sharing.

skmaltare
Автор

Very detailed and easy to understand. I like that you go over things slowly. Very good video.

derkatwork
Автор

VERY VERY GOOD TUTORIAL!
Your tutorials are going like butter. everything is very clear!
myGLCD is the best library for Arduino TFT touch screens

rc-wingman
Автор

I really like your teaching style, thank you for taking the time to make this video

beatrute
Автор

Very clear speaking voice. I really love the way you explained. Thanks a lot.

verlainemaeflores
Автор

This video was published in 2015! I'm just seeing this. HowtoMechatronics!

jeffreynwankwo
Автор

Dude you just made my day. At 1:55 the double pin headers trick. Thanks for sharing. :)

mphaan