LCD 3.2" Display for Arduino Mega Expand

LCD 3.2" Display for Arduino Mega

9LCDTFT3.2AR

New

An Arduino Shield - LCD 3.2" Display Shield for Arduino Mega

More details

This product is no longer in stock

R 299.95

tax incl.

Payment Options
Payment Options
Spend R 1,250.00 more and get Free Shipping!

Free shipping on orders over R1250 - courier delivery and within South Africa

LCD 3.2" Display for Arduino Mega 

This TFT 3.2 Inch LCD display support 480x320 pixel resolutions. The display use the ILI9481 graphic controller. The module includes the 5V-3.3V power conversion circuit and no additional level conversion circuitry is required. This Module can be inserted directly into the Arduino Mega2560 Board. Additional power to the Arduino Mega is advised, but we have run the display just off the USB port in our lab without a problems.  We try to keep the cost down so this display don't support touch. 

Quick Speck

  • Screen size 3.2" - 480 X 320 Pixels
  • Support Arduino Mega2560 directly 
  • Control IC:  ILI9481
  • Compatible with 3.3/5V operation voltage level
  • Full-angle IPS TFT panel
  • No touch support

Display installed on Arduino Mega

How to setup

  1. Download the Latest Arduino Software
  2. We downloaded Arduino 1.6.7 from Arduino.cc
  3. Download the latest UTFT.zip Library from Rinky Dink Electronics
  4. Insert Display on Arduino Mega
  5. Select Board Type - Arduino Mega
  6. Import Library - Go Sketch - Import Library - Import utft.zip file

Demo 1 - Drawing a Red block 50 x 50 pixels

 

#include <UTFT.h>

UTFT myGLCD(CTE32HR,38,39,40,41);  //Make sure CTE32HR display driver is used

void setup() {
  myGLCD.InitLCD();  // Setup the LCD
  myGLCD.InitLCD();
  myGLCD.clrScr();
}

void loop() {
  myGLCD.setColor(255, 0, 0);
  myGLCD.fillRect(0, 0, 50, 50);  
}

Resources

No customer reviews for the moment.

Write a review

LCD 3.2" Display for Arduino Mega

LCD 3.2" Display for Arduino Mega