I hope you enjoyed this video and learned something new! If you'd like to support me making more content like this, please consider supporting me on Patreon: www.patreon.com/howtomechatronics
@Bekir_ts3 жыл бұрын
why now ? after 5 years :D
@santhosh__4402 жыл бұрын
Please provide documentation
@lookalterno35917 жыл бұрын
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.
@santhosh__4402 жыл бұрын
Provide project document
@waleedalrashed14117 жыл бұрын
First Arduino tutorial that I watch, and the instructor finally cares about the code much more than the electronics part 😎
@FamilyManMoving7 жыл бұрын
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.
@shivamsuri1382 жыл бұрын
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)
@santhosh__4402 жыл бұрын
Provide project document
@tfeezy6 жыл бұрын
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.
@santhosh__4402 жыл бұрын
Bro Provide project document
@paulhendrix85998 жыл бұрын
This guy again! I always stumble upon your videos searching for something. Pretty cool.
@Just_Ignorant8 жыл бұрын
This is an excellent tutorial. A big thank you from a mechatronics engineering student. Great work
@fernandolunadev8 жыл бұрын
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!
@derkatwork338 жыл бұрын
Very detailed and easy to understand. I like that you go over things slowly. Very good video.
@ayaabiya7873 жыл бұрын
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
@beatrute26772 жыл бұрын
I really like your teaching style, thank you for taking the time to make this video
@yngvai7778 жыл бұрын
Thanks for making this video. You explained the subject very clearly.
@mitsos_30610 ай бұрын
Great video, great tutorial. I appreciate that you explain the code and i loved the split screen approach!
@JulianMakes5 жыл бұрын
Brilliant tutorial (as usual!), i will be watching it again when my TFT turns up tomorrow :) cheers o/
@santhosh__4402 жыл бұрын
Provide project document
@skmaltare58904 жыл бұрын
its wonderful tutorial to see , three tutorials combined to gather. and a good example of combining programs. thanks for sharing.
@verlainemaeflores96975 жыл бұрын
Very clear speaking voice. I really love the way you explained. Thanks a lot.
@JulianMakes5 жыл бұрын
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)
@jeffreynwankwo79125 жыл бұрын
This video was published in 2015! I'm just seeing this. HowtoMechatronics!
@InFAMOUSPS4_194 жыл бұрын
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.
@birboy38713 жыл бұрын
Wow it’s great, I have made it and now I am modifying it. Do you know how I can add a Dallas 18D20 or a DH11 sensor on the home screen? It would be really nice if I got any answer. Thank you in advance!
@kugurgoles7 жыл бұрын
Wow creating shapes real time with code. Very good job!
@XanCraft216 жыл бұрын
Omg you just gave me more info for a plan I had for a custom lcd and driver! Thanks!
@rc-wingman57195 жыл бұрын
VERY VERY GOOD TUTORIAL! Your tutorials are going like butter. everything is very clear! myGLCD is the best library for Arduino TFT touch screens
@reatoruv7 жыл бұрын
You are a good teacher and have a good channel, So you get a new follower. Thanks.
@sg8njАй бұрын
One of the best tutorial👨🏫📓
@huseyinmen95078 жыл бұрын
well done !!!! congratulations.ı have some question about how did you make this project ... question 1: which pins did you use on arduino mega and tft touch panel question 2: where did you get tft panel ,can you share link. thanks
@billfield83009 жыл бұрын
Another great video. Very informative and to the point. Also lots of good code example. Thanks.
@boogiman0078 жыл бұрын
You're a genius, thanks for all these great videos. just wish i had more time to develop all this cool stuff.
@MatthewAustengopro3 жыл бұрын
Brilliant !!! Thank you for creating the edit very easy to follow
@chinnappaninnasu27218 жыл бұрын
Very good Tutorial!----From Kerala,India
@quantafoto7 жыл бұрын
Excellent tutorial. Was a little surprised that you skipped over the slider code as that's probably the least obvious. I'm guessing that you just draw a rectangle whose width is based on the integer value.
@VladaNish7 жыл бұрын
Bravo Dejane, super tutorijal.
@mphaan5 жыл бұрын
Dude you just made my day. At 1:55 the double pin headers trick. Thanks for sharing. :)
@tmc2005279 жыл бұрын
Great tutorial bringing together the arduino, inputs and outputs and displaying information.
@jjawads888 жыл бұрын
all your project are awesome and easy to built. good thing I like that you share all step and code thanks
@saqroomi8 жыл бұрын
greatly explained, precise and focused. sir you are a superb tutor.
@tomneto87913 жыл бұрын
Excellent !, I never tried Arduino, it seems a lot of work. - Congrats.
@MagivaIT6 жыл бұрын
finally a video that is very useful. love it
@PeterFloyd6787 жыл бұрын
Excellent tutorial. I will definitely need to try this out and see if I can get it working.
@hubertmargreiter35084 жыл бұрын
Great work just like all your others. Do you allow 2 questions, please. First, what needs to be changed in case I want to use the "Waveshare 4" TFT-Touchscreen? And further, is it complicated to use the TFT Touchscreen as an I/O device?
@rajeshtakyar80577 жыл бұрын
Very Good Job......very detailed presentation..Thanks Dejan....keep up.
@greywolf2715 жыл бұрын
Thanks mate. Lots of useful info here.
@MinecraftLPAlex5 жыл бұрын
Awesome tutorial! Does anyone have information about the lifespan in a 24/7 use?
@ralitsaharizanova6 жыл бұрын
Браво, много интересен клип!
@dioutoroo2 жыл бұрын
Thank you for your Tutorial. I have a question, can we used Arduino Uno and tft lcd touchscreen to display a sensor data?
@kchoudri4 жыл бұрын
This is best explained tutorial. Well done.
@HowToMechatronics4 жыл бұрын
Glad it was helpful!
@rajgarg5552 жыл бұрын
How can we attach voltage Base sancers with this system
@beymeephanlom12468 жыл бұрын
Thanks Dejan, Great Tutorial brings me very good idea to continue my work and design next. How is Mega with 7" LCD Display, intermittent display ?? I don't wanna switch to Arduino Due, Since i only use touch screen as button, no graphic display.
@sarahcarrol2759 ай бұрын
Do you have a video on how to connect the circuit. Where does the pin headers go?
@janardhanjd41757 жыл бұрын
Hi, great thanx from india, can we use this oven to increase and decrease the temperature
@YFTOUCH Жыл бұрын
Wonderful and useful!Tks for your sharing!
@TrashPandamonium7 жыл бұрын
Great tutorial, Dejan! Thanks for sharing these :)
@gustavozaraza64567 жыл бұрын
Excellent project, you're the best
@luiseduardojatarmontano19834 жыл бұрын
Hello this is a very useful tutorial, but can you please explain how can I add an image to one of the main pages?
@arta28705 жыл бұрын
Thanks for the great instruction. Now to find a way to incorporate that to a motorcycle finger print ignition start up
@ChathuYasas9 ай бұрын
Great tutorial. I am very interested in working with ESP32/TFT display.
@S0K0N0MI3 жыл бұрын
Old video, but I hope you can still help. ;) The shield eats up the entire 40 pin header, but does it really use them all?
@yenerdemir29126 жыл бұрын
YOUR channel is very usefull.
@adams_adams42194 жыл бұрын
Thanks
@alexanderk.38383 жыл бұрын
Very nice video. Thanks. I gotta made meteostation With this display and BME280.
@amanchander78377 жыл бұрын
Great Job!! please let me know whether i can use this LCD with arduino UNO or not ?
@CharlesSnyder7 жыл бұрын
Great project and tutorial! Just what I'm looking for, I think. I need to run about a 1000 rgb leds, would the arduino mega have enough cpu power to run the screen and that many leds? If not I wonder if using two megas would work, splitting up the work.
@AmateurInventor5 жыл бұрын
hey instead of using that sheild for display, can we diretly plug the display on arduino duo??? reply fast
@WagonLoads4 жыл бұрын
WOW Thanks! Can this display be used on the esp8266 or Arduino NANO
@ronwalker30009 ай бұрын
Hello, I have recently purchased a 4" TFT (NT35510) which has the advantage of plugging directly into an Arduino Mega, but have encounted a few problems applying your wonderfully clear tutorial. I set the model to NT35510 and the touch parameters accordingly but the library UTouch has been replaced by URtouch (which I have included). I don't know if the new library is backwardly comparable as I get a page of RED when I try to compile. Do you have any thoughts.
@m3lateef Жыл бұрын
thanks for sharing . may i ask what is the best battery to power it? if we want create something permanent like a video game for children
@bobbyhockey938 жыл бұрын
Thanks for being so straight forward, and commenting out your code, it been a real help to me, and i really like your quiz of knowledge app. I'm having some trouble with the arduino flappy bird project. what happened to winzip? i can't just reinstall it anymore. where are these libraries at? do i have to download them as well. or is it just the image thats stopping me from compiling? i didn't really look through the code yet, its a lot to digest and i'm pretty sick right now.
@muhammedselimcavas57724 жыл бұрын
thank very much i am ot from english i from Turkey but i understand thank u
@TheBypasser6 жыл бұрын
Seems like an ARM - and no antialiasing. God! Did alike on AVR (no Arduino there, of course), and AA worked just fine (as well as alpha and stuff).
@สุรัตน์พูลสวัสดิ์-ฟ3ช3 жыл бұрын
Thank you. The idea is very good.
@dr.xx17 ай бұрын
Amazing channel ❤
@SouKube8 жыл бұрын
thanks for this video. is there any example or directions on how to use an arduino to control a LCD (display anything from simple points to pictures)
@SouKube8 жыл бұрын
+Dejan Nedelkovski 1. any lcd - the lcd has been scavenged from a tv. 2. display a matrix of dots or even a dot at a given coordinate. hope it makes sense. thanks again friend.
@dirtysouth_3058 жыл бұрын
Very good Tutorial!
@JimSteinbrecher6 жыл бұрын
1 inch = 2.54 cm, not 2.53.
@SirJohnatan5 жыл бұрын
Hi, its posibile to use another lcd display? For example an 10 inch netbook display ? Or works with dedicated arduino display ?
@ausprobierendannweisstdues86867 жыл бұрын
Very professional tutorial Thank you
@chitrakshvarma82707 жыл бұрын
Mr Dejan i am making this for my science project could u please recommend any other expansion board for arduino since the one in the video is out of stock
@apzeiroturbo8 жыл бұрын
your are crazyyyyyy!!! Love your projects!!!!!!
@FIXDIY4 жыл бұрын
Loved it ❤️
@ElectricMotorWerks7 жыл бұрын
Nice tutorial, thanks! I have a question, I need to a really small arduino, the "pro mini". Which TTF screen recommend? I need about 4" diagonal and touch screen. Do they come with manuals, like how do I connect them without a shield? Thanks
@hemantdua7168 Жыл бұрын
What is the maximum distance we can measure from this...?? btw very informative video....
@paarthsstudio Жыл бұрын
Depends on the sensor you use, this sensor's max range is 2 m - 400 m
@RahulKumar-yl3uf4 жыл бұрын
Awesome tutorial! however i am getting error "Error compiling for board Arduino Mega or Mega 2560." Do i need to change anything?
@incogneat-o66126 жыл бұрын
Your Awesome* Got a little excited
@drwinkhaing28608 жыл бұрын
Very good presentation.
@themelodicguy20227 жыл бұрын
really great job this video helps me a lot Thanks for making this video!
@raifhanna11205 жыл бұрын
good job,how to use Touch Screen to put a specific distance in mm and let the Motor goes to that length (I mean a digital ruler)
@Linux6Root5 жыл бұрын
Nice channel, subscribed.
@ArkadiAbramovic8 жыл бұрын
Awensome video bro and prety nice music too!!!
@mehdimahdi11759 жыл бұрын
You are awsome i was looking for a similar channel for a long time .... i have a mechatronic degree and i love your work :) but i have one tiny request if possible do this same tutorial with Pic microcontroler (how to make a GUI for microcontrolers) :D
@mehdimahdi11759 жыл бұрын
+Dejan Nedelkovski Great thank you :) it's good to use arduino to explain the project then take it a step further and show how to do it using any microcontroler to creat a personal project ... there is too many arduino tutorials but a fiew are making tutorials using PICs or other microcontroler and i think it's a good add to your channel that will interest many :)
@shifty510088 жыл бұрын
great job, love your video's. very informative. keep up the great work
@disabledOtter8 жыл бұрын
this is a great tutorial, thank you
@thesloable8 жыл бұрын
Great tutorial! Thanks!
@yuanbin27056 жыл бұрын
Great!!!,i have a lot to learn
@khalidwaleed46273 жыл бұрын
4:34 best crack in the universe
@maxwellmoojw85449 жыл бұрын
Great tutorial
@ItsGosho2 жыл бұрын
It is more responsive than most luxury cars's touch screens
@HowToMechatronics2 жыл бұрын
That was a good one! 🤣
@vmtvince28 жыл бұрын
woow this is beautiful!Is it possible to connect the arduino to a display wirelessly, like with bluetooth?
@pitus267 жыл бұрын
I realy like this tutorial, thanks im going to try it.
@chrisknechtel8 жыл бұрын
Thank You for the great videos! Please keep them coming. I loaded the sketch and only get a white screen. Can you offer any guidance, Please?
@chrisknechtel8 жыл бұрын
After reviewing tutorial I realized I have a TFT_320QDT_9341 and not the TFT_320QVT. I can only assume it requires a different controller. Can't find solution in YT comments or web so I'll order the correct unit and trash this unit, thx