-
Notifications
You must be signed in to change notification settings - Fork 0
2.8 Inch TFT Display Shield
Ajmal Muhammad P edited this page Aug 1, 2019
·
4 revisions
- 2.8 inch LCD TFT touch display
- Bright, 4 white-LED backlight
- Colorful, 18-bit 262,000 different shades
- 4-wire resistive touchscreen 240 x 320 pixels with individual pixel control
- No wiring, no soldering
- Simply plug it in and load library
- On-board 3.3V 300mA LDO regulator
- 5V compatible, use with 3.3V or 5V logic
- Support 2GB micro SD TF card
- Size: 7.8 x 5.3cm
We provide a sample Arduino code, which can be used to test/learn the working of display shield. This code is tested on
Arduino Uno
andArduino Mega
To interface TFT display with Arduino, we need to install GXF and TFTLCD libraries
You can download the library from here
Now extract the file to Arduino libraries folder. The folder might look as below
This sample code is for TFT display HX8347 series only. This code is tested on both Arduino Uno and Arduino Mega
You can get sample code from our Github repository