Arduino Touch Screen Tutorial (2.8" TFT ILI 9341) with SD Card Slot

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This tutorial is about programming the TFT LCD Touch Screen. I am using 2.8" TFT LCD Display from Elegoo which has ILI9341 driver and SD card slot. First, we will understand some basics about the functionality of this display and the few examples. Finally, we will write our own code to control an LED.
    Links used:
    Elegoo TFT Display - www.elegoo.com...
    ILI9341 Datasheet - cdn-shop.adafr...
    Download code from here - github.com/mic...
    Make your own Car GPS Tracker System
    • Project 12 - Car GPS T...
    Other Arduino IoT Projects:
    • Project 10 - ESP8266 N...
    Support channel with PayPal
    www.paypal.me/...
    For other projects, visit my website
    www.microcontro...
    Facebook: / microcontrol. .
    Twitter: / ucontrollershub
    #microcontrollershub , #Arduino, #uno, #TFT_LCD, #SD_Card, #ILI9341

Комментарии • 37

  • @Microcontrollershub
    @Microcontrollershub  4 года назад +5

    Create your own Car GPS Tracker System including free webserver
    ruclips.net/video/cAMoT7xnhkU/видео.html

    • @porterarmando1376
      @porterarmando1376 3 года назад

      i know I am kind of randomly asking but does anyone know of a good place to watch new tv shows online ?

    • @billyhoward9643
      @billyhoward9643 3 года назад

      @Porter Armando I would suggest flixzone. Just google for it =)

    • @warrenlucian9971
      @warrenlucian9971 3 года назад

      @Billy Howard yea, I've been using flixzone for since april myself =)

    • @porterarmando1376
      @porterarmando1376 3 года назад

      @Billy Howard Thank you, I signed up and it seems like a nice service :) I appreciate it !

    • @billyhoward9643
      @billyhoward9643 3 года назад

      @Porter Armando glad I could help :D

  • @kardaine29
    @kardaine29 11 месяцев назад

    Thank you 3 years after this video was made.

  • @vamsidanda
    @vamsidanda 3 года назад +6

    better post the links to the libraries used for it.

  • @bigbogeyface
    @bigbogeyface 6 месяцев назад +1

    The thumbnail you have used for this video is deceiving.
    The thumbnail clearly shows the shield displaying an image.
    However the video is about how to make a simple touchscreen on/off button.

  • @ShadowfireOmega
    @ShadowfireOmega Год назад

    So I'm trying to do this in a slightly different way. The first screen will say OFF and have a red background, then when pressed will flash to another screen that says on with a green background. I can get the first working easily enough, but when I try to get the second it just turns to a white screen. Any idea whats going on?

  • @Manu2126
    @Manu2126 4 года назад +1

    I'm making a custom pcb with a microcontrollers not Arduino setup. So I want it to e thin.

  • @imadjawad4408
    @imadjawad4408 2 года назад +1

    excellent !

  • @lesleysampson6372
    @lesleysampson6372 3 года назад +1

    Uploaded graphicstest to an arduino uno r3 - screen is on but nothing happening

    • @joshuaherndon8842
      @joshuaherndon8842 3 года назад

      hey I am having this issue too, I downloaded all the libraries and ran the tests but my display is just white did you figure it out?

    • @lesleysampson6372
      @lesleysampson6372 3 года назад

      @@joshuaherndon8842 This helped me lots forum.arduino.cc/t/mcufriend-2-8-tft-lcd-shield-not-working-with-any-libraries-ive-found/481785/14
      Here are my notes that I took as I did it - hope this helps:
      MCUfriend works with it
      Run diagnose_TFT_support
      Open up the magnifying glass and you get a window that tells you which support you need
      MCUFRIEND_kbv.cpp - edit this file
      Had to find the correct line to uncomment and leave all the rest
      Then ran graphic_test.kbv and it worked
      Next step get touchscreen to work
      Ran Touchscreen_calibr_native
      It asks you to touch the white crosses
      The settings come up in the messages
      Then open touch_shield new and put new lines in
      Now I can draw on the screen

    • @joshuaherndon8842
      @joshuaherndon8842 3 года назад

      @@lesleysampson6372 thank you I’ll give it a try soon!

  • @e-twinningproject4693
    @e-twinningproject4693 Год назад

    hi sir, how can i use tft 2.8 to display video from sd card when i push button / arduino uno please can you make video about that
    thanks a lot

  • @geoffreyschuchardt5350
    @geoffreyschuchardt5350 Год назад

    This is so freaking cool! Thank you!!

  • @Randy2747
    @Randy2747 4 года назад +2

    Hello sir how can I add relays to the on off buttons? Could you please help me with this or make a video?
    Thank you have a great day!

    • @buildthis2324
      @buildthis2324 3 года назад

      maybe take the "boolean" of "led_state", throw it into a "int" you define. Use them relay shields and tie the output of "led_state" to the relay that is defined. Example here:
      int switchState;
      #define relay1 = 7;
      switchState = (boolean) led_state;
      if(switchState = 1)
      {digitalWrite(relay1, HIGH);
      else
      digitalWrite(relay1, LOW);

  • @indrojitsikder8671
    @indrojitsikder8671 2 года назад

    I HAVE A 2.8 TFT TOUCH SCREEN I WANT TO USE AS A HMI .AND HOW CAN I GUI PROGRAM

  • @mustafamontaser4955
    @mustafamontaser4955 3 года назад +1

    Can I use it with only 4 bit parallel data (D0 - D3) instead of using 8bit ??

    • @Microcontrollershub
      @Microcontrollershub  3 года назад +2

      You need to configure the disaply to wrok with such settings

  • @samstewart6087
    @samstewart6087 2 года назад

    Could I play a video on this shield? Thanks

  • @barbaros7377
    @barbaros7377 Год назад

    Can i use it as an normal monitor

  • @dtn11
    @dtn11 3 года назад

    Hi!
    with emular windows xp:
    display lcd touch and arduino?

  • @vijayvarsani07
    @vijayvarsani07 3 года назад +1

    i cant get library file

  • @alinone5378
    @alinone5378 2 года назад

    How much cost for one piece

  • @anushapolisetti6616
    @anushapolisetti6616 4 года назад

    How much time and money it will take to learn programming of LCD touch display for a fresher. Pls reply as early as possible.

  • @jumbo999614
    @jumbo999614 3 года назад +1

    Do you have other video teaching how to draw complex shape on TFT screen? I download Analog Clock sketch and I find the code really hard to understand. I wish someone create tutorial on drawing shapes and animation on TFT screen.

  • @Manu2126
    @Manu2126 4 года назад

    Hello. Which display do I use in a product.

  • @kunalbhayana
    @kunalbhayana 3 года назад

    Manufacturer deleted the files.