Menu
Your Cart

3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486

3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486
  • Availability: Directly available from warehouse in Eindhoven
  • SKU: 001578
€14.00
Ex Tax: €11.57
10 or more €13.75
20 or more €13.50
50 or more €13.25
100 or more €13.00

This display can be mounted on an Arduino Mega or Due. It has a fairly high resolution of 320*480 pixels and is also quite large with 3.5 inch LCD size.
The display is already equipped with level converters and therefore ready to use on an Arduino Mega/Due.
The screen has an ILI9486 chip that controls the LCD screen and also has a standard SD card reader built in (e.g. to store images or text).

Instructions display:

To get the display working you can use the UTFT library.
After installation, open this example for the Arduino Mega:
UTFT --> Arduino (AVR) --> UTFT_Demo_480x320
Or this example for the Arduino Due:
UTFT --> Arduino (ARM) + Teensy --> UTFT_Demo_480x320
Once the example has been opened, some adjustments are needed to get the "UTFT_Demo_480x320" example working:
This line:

UTFT myGLCD (CTE32HR, 38,39,40,41);

Needs to be changed to this:

UTFT myGLCD (ILI9486,38,39,40,41);

Then you can use the example to test your LCD screen and use the demo as the basis for your own program.

Instructions SD card (Due):

To get the SD card working with a Due, the following library is needed: SdFat (can also be installed via the library manager of the Arduino IDE)
After installation, open the following example:
SdFat --> SoftwareSpi
Then change the following lines of code:

#define SD_FAT_TYPE 0
//
// Chip select may be constant or RAM variable.
const uint8_t SD_CS_PIN = 10;
//
// Pin numbers in templates must be constants.
const uint8_t SOFT_MISO_PIN = 12;
const uint8_t SOFT_MOSI_PIN = 11;
const uint8_t SOFT_SCK_PIN  = 13;

To:

#define SD_FAT_TYPE 1
//
// Chip select may be constant or RAM variable.
const uint8_t SD_CS_PIN = 53;
//
// Pin numbers in templates must be constants.
const uint8_t SOFT_MISO_PIN = 50;
const uint8_t SOFT_MOSI_PIN = 51;
const uint8_t SOFT_SCK_PIN  = 52;

Thereafter, in the file "SdFatConfig.h" (can be found in the folder ...\Arduino\libraries\SdFat\src\) the following line (around line 109):

#define SPI_DRIVER_SELECT 0

Needs to be changed to:

#define SPI_DRIVER_SELECT 2

Then you can use the example to test the SD card and use the demo as the basis for your own program.

Please login or register to review

Reviews Over 3.5 inch TFT Display 320*480 pixels - Mega-Due Compatible - ILI9486

This product has 1 review(s) in total.

Specifications

General
Brand No brand
Features Display
SD-card adapter
General physical appearance
Main color Blue
Weight [g] 48
Dimension X [mm] 97
Dimension Y [mm] 61
Mounting options Pin headers
Mounting hole(s)
Diameter mounting hole(s) [mm] 3
Form factor Module (general)
Mega layout/shield
Experiment PCB friendly Yes
General electrical properties
Minimum supply voltage [V DC] 4.5
Maximum supply voltage [V DC] 5.5
Minimum IO-pin input voltage [V] 3.3
Maximum IO-pin input voltage [V] 5
IO-pin output voltage [V] 3.3
Communication
Hardware interface(s) Parallel bus (DPI)
(16-bit)
Supported SD card size Standard SD
Display
Type TFT
Driver ILI9486
Screen diagonal [inch] 3.5
Number of pixels long side 480
Number of pixels short side 320
Display shape Rectangular
Pixel colors RGB
Connectors
Power supply connector(s) Pin header male (2.54mm)
IO-connector(s) Pin header male (2.54mm)
Package contents
Package contents 1x Display module

If you have a question or problem regarding a product, please contact us by using one of the buttons below.

1
false
true
true
Remove
Change
tr