TFT Touch Display Tutorial | MCUFriend | SdevElectronics

  Рет қаралды 14,373

SDev Electronics

SDev Electronics

4 жыл бұрын

In here, you'll learn how to Interface TFT Touch Shield with Arduino, Calibration and LED Control and Demonstration.
Blog Link:
sdevelectronics.blogspot.com/...
Get Ckt Diagram, Codes from 𝗕𝗹𝗼𝗴 𝗼𝗿 𝗔𝗻𝗱𝗿𝗼𝗶𝗱 𝗔𝗽𝗽.
𝗗𝗼𝗻'𝘁 𝗖𝗹𝗶𝗰𝗸 𝗛𝗲𝗿𝗲...
/ @sdevelectronics
Your 𝗟𝗶𝗸𝗲𝘀, 𝗖𝗼𝗺𝗺𝗲𝗻𝘁𝘀, 𝗦𝗵𝗮𝗿𝗲𝘀 keeps us Motivated to make Better Contents.
𝗦𝘂𝗯𝘀𝗰𝗿𝗶𝗯𝗲 for my Videos in Notification.
💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢
MY LINKS
💚 Android App
sdevelectronics.blogspot.com/...
💚 WhatsApp
sdevelectronics.blogspot.com/...
💚 Blog
sdevelectronics.blogspot.com/
💚 Tamil Channel
/ sathishdeva
*** Due to some Issues, I removed FB & Insta Accounts
💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢
POPULAR PLAYLISTS
💜 Arduino Games
• Arduino Games
💜 IOT Projects
• IOT Projects
💜 Arduino Projects
• Arduino projects
💜 Arduino Tutorials
• Arduino Tutorials
💜 DIY | How to
• DIY | How to
💜 Mini Projects | Electronics Circuits
• Mini Projects | Electr...
💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢💢
BGM Credit:
Track: TonyZ - Road So Far [NCN Release]
KZbin: • TonyZ - Road So Far (I...
Stream/Free Download: NCN.lnk.to/RoadsoFar
#sdevelectronics #mcufriend #tft

Пікірлер: 45
@ayesha7oo2
@ayesha7oo2 2 жыл бұрын
Excellent material which is very easy to follow through. Thank you so much.
@TheGeeMan
@TheGeeMan Жыл бұрын
Thanks so much, I got one of these today and your tutorial was great with calibrating my touch screen! A thumbs up from me!
@SDevElectronics
@SDevElectronics Жыл бұрын
Great to hear!
@yougalal2913
@yougalal2913 4 жыл бұрын
Thank you very much, this video was very helpful! :)
@Chexmix6
@Chexmix6 6 ай бұрын
Thank you so much! I thought I was never going to figure it out!
@diegoparedescastaneda662
@diegoparedescastaneda662 4 жыл бұрын
el mejor vídeo explicado gracias desde Perú
@toanduongthanh8625
@toanduongthanh8625 3 жыл бұрын
Thank you for detail instructions
@MT_Pro_Audio
@MT_Pro_Audio 4 жыл бұрын
Nice👍👍, like it
@ingenierocantor
@ingenierocantor Жыл бұрын
Thank you very much! At least it works for me :)
@ExpressiveImagery
@ExpressiveImagery 4 жыл бұрын
This is a great tutorial. Thanks for creating I learned a lot. Do you need to use a pen on this type of display or can you use your finger?
@SDevElectronics
@SDevElectronics 4 жыл бұрын
Yes, we can use our fingers
@PMWoah
@PMWoah 3 жыл бұрын
Wow Thank You :)
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff Жыл бұрын
very useful
@SDevElectronics
@SDevElectronics Жыл бұрын
Glad to hear that
@bag-stg-kft7445
@bag-stg-kft7445 2 жыл бұрын
This ist the best tutorial! Thank you very much... this very help me! I need menue... can you help me?
@rizkylevy8154
@rizkylevy8154 2 жыл бұрын
I'm confused in the notepad section, how come it can change after copying and pasting it into notepad?
@nandorudvarhelyi3568
@nandorudvarhelyi3568 Жыл бұрын
Thank you so much
@sadeqebrahimi2925
@sadeqebrahimi2925 4 жыл бұрын
you are my man
@paragmore7887
@paragmore7887 3 жыл бұрын
Plz help me: my TFT screen is showing mirror text .I have use it with arduino Mega 2560.
@nekuuu
@nekuuu 4 жыл бұрын
Hello, what if the graphics test doesn't go well? mine does not look yours and resulted in the next step not working well bc the gui was all over the place.
@SDevElectronics
@SDevElectronics 4 жыл бұрын
If you use Adafruit module, Don't use mcufriend library
@pierricdoublet6248
@pierricdoublet6248 2 жыл бұрын
Beautiful but I get a handwriting backwards an idea? Thank you in advance
@SDevElectronics
@SDevElectronics Жыл бұрын
Caliberate the values.
@Roydudu
@Roydudu 4 жыл бұрын
Hi, what are the touch pins in the tft display? Thanks
@SDevElectronics
@SDevElectronics 4 жыл бұрын
It will vary from one another. Touch pins will get from calibration values
@manuelanatoliyarciasalmero9095
@manuelanatoliyarciasalmero9095 4 жыл бұрын
First, thank you for your tutorial. It helped me a lot. ​ SDev Electronics I tried to calibrate with the sketch using arduino UNO, it would say "broken touch". When I migrated to the arduino mega, it worked flawlessly. I suspect the touch pins are not the same since the internal mappings for the mega pins is different, but without the calibrate sketch, I don't know how to determine them for the arduino uno case.
@rizkylevy8154
@rizkylevy8154 2 жыл бұрын
And how can you get the value?
@bag-stg-kft7445
@bag-stg-kft7445 2 жыл бұрын
msvalue1 = analogRead(msensor1); Serial.println(msvalue1); tft.setCursor(50, 250); // Set position (x,y) tft.setTextColor(WHITE, BLACK); tft.setTextSize(3); tft.println(msvalue1, 0); It´s okay?
@rizkylevy8154
@rizkylevy8154 2 жыл бұрын
@@bag-stg-kft7445 oh i see,ty :)
@jyotighatol8398
@jyotighatol8398 4 жыл бұрын
Nice what is the price of these display
@SDevElectronics
@SDevElectronics 4 жыл бұрын
Amazon ₹400 to 500 In AliExpress ₹200 to 300
@jyotighatol8398
@jyotighatol8398 4 жыл бұрын
@@SDevElectronics ok Thank for reply
@jyotighatol8398
@jyotighatol8398 4 жыл бұрын
@@SDevElectronics give me product link
@franzotto448
@franzotto448 4 жыл бұрын
Hallo UNO R3 Verbesserte Version + 2.8TFT LCD Touchscreen + 2.4TFT Touchscreen-Anzeigemodul Satz Geekcreit für Arduino - Produkte, die mit offiziellen Arduino-Karten funktionieren 14,08€ bei Banggood Hello UNO R3 Improved Version + 2.8TFT LCD Touchscreen + 2.4TFT Touchscreen Display Module Set Geekcreit for Arduino - Products that work with official Arduino cards € 14.08 at Banggood
@peepsterjunior9043
@peepsterjunior9043 3 жыл бұрын
Where is the code?
@SDevElectronics
@SDevElectronics 3 жыл бұрын
In our Android app, Link in description
@uraharakeskey8633
@uraharakeskey8633 3 жыл бұрын
code
@SDevElectronics
@SDevElectronics 3 жыл бұрын
Download it from our Android app in Zip format
@PhG1961
@PhG1961 4 жыл бұрын
Great and usefull video. Stupid, really stupid background music. Change the music please !
@dipeshchhetri4425
@dipeshchhetri4425 4 жыл бұрын
excuse me i need help
@dipeshchhetri4425
@dipeshchhetri4425 4 жыл бұрын
how can we light 30 leds in difference of 2 sec
@SDevElectronics
@SDevElectronics 4 жыл бұрын
Use shift register like 74hc595
@tanjiro3285
@tanjiro3285 Жыл бұрын
very easy to follow.thanks a lot
@SDevElectronics
@SDevElectronics Жыл бұрын
Welcome 😊
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 39 МЛН
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 4,2 МЛН
Gym belt !! 😂😂  @kauermotta
00:10
Tibo InShape
Рет қаралды 18 МЛН
#83 Colour Touch Screen TFT LCD for your Arduino - Cheap & Easy
29:50
Arduino TFT LCD Touch Screen Tutorial 3.5 Inch 480x320
11:56
Gadget Reboot
Рет қаралды 41 М.
Arduino Touch Screen TFT LCD Tutorial
9:10
Maker 101
Рет қаралды 260 М.
Control LED using Processing GUI | Arduino | SdevElectronics
6:40
SDev Electronics
Рет қаралды 12 М.
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 39 МЛН