Interface Arduino UNO with IL9341 TFT and Bitmap in proteus

Interface Arduino UNO with IL9341 TFT and Bitmap

Interface Arduino UNO with IL9341 TFT and Bitmap
Interface Arduino UNO with IL9341 TFT and Bitmap circuit

Interface Arduino UNO with IL9341 TFT and Bitmap in proteus

In this article we will learn how to Interfacing Arduino UNO with IL9341 TFT and Bitmap in proteus.
In the last post we will learn how to Interface Arduino UNO with IL9341 TFT in proteus. You can visit our website,
I hope you appreciate my work, let’s discuss about today’s project.

 

 

Components:

  1. Display (IL9341 TFT)
  2. Arduino UNO
  3. SD card
  4. Resistor 1k
  5. Push button
  6. LED
  7. Jumper wires

Construction…

  • Connect CS pin of IC with D10 pin of Arduino
  • Connect SCL pin of IC with SCK pin of Arduino
  • Connect WR pin of IC with D10 pin of Arduino
  • Connect SDA pin of IC with MOSI pin of Arduino
  • Connect SDO pin of IC with MISO pin of Arduino
  • Connect IM0 pin of IC and LEDK pin with GND
  • Take all remaining pins of IC connect with +ve
  • Connect CS pin of SD card with D4 pin of Arduino
  • Connect DI pin of SD card with MOSI pin of Arduino
  • Connect DO pin of SD card with MISO pin of Arduino
  • Connect CLK pin of SD card with SCK pin of Arduino
  • Connect one side of resistor 1k with +5v
  • Connect 2nd side of resistor with one side of push button
  • Connect Reset pin at this side
  • Connect 2nd side of resistor with –ve side of LED and then connect them with GND
  • Connect +ve side of LED with one side of 2nd Resistor 1k
  • Connect 2nd side of Resistor with D13 pin of Arduino

Working…

To work with an Arduino Uno and an ILI9341 TFT display to display bitmaps, you’ll need to use a TFT library that supports this display, such as the Adafruit_ILI9341 library

Applications…

  1. Digital Picture Frame
  2. Weather Station
  3. Game Development
  4. Data Visualization
  5. QR Code Scanner

Advantages…

  1. Ease of Use
  2. Rich Graphics
  3. Custom Graphics
  4. Small Form Factor
  5. Learning Opportunities