2.8" TFT touch Screen LCD (HX8347i) Arduino Shield Compatible

  • RM53.00

  • Product Code: TFT Touch Screen 2.8 HX8347i
  • Availability: In Stock

Features

  • Compatible with UNO & MEGA

 

Specifications

  • LCD Size: 2.8 inches
  • Display area: 57.6mm * 47.2mm
  • Driver IC: HX8347i
  • Resolution: 320 * 240
  • Color Depth: 16-bit (65K colors)
  • Touch screen type: Resistive glass touch screen
  • Interface: 16 bit (default) / 8 bit can be configured

 

Package Includes

  • 1 x Touch Screen Module
  • 1 x Stylus Pen

 

1. Install MCUFRIEND_kbv library from the Library Manager, also (I think) Adafruit GFX

2. Edit [Arduino]/libraries/MCUFRIEND_kbv/MCUFRIEND_kbv.cpp, uncomment :

#define SUPPORT_8347D

Now examples such as : [Arduino]/libraries/MCUFRIEND_kbv/examples/graphictest_kbv/graphictest_kbv.ino should work.

 

For the touchscreen -

3. Open sketch [Arduino]/libraries/MCUFRIEND_kbv/examples/TouchScreen_Calibr_native/TouchScreen_Calibr_native.ino

4. Open serial monitor, 9600 baud

5. Compile/upload the sketch

6. Follow the on-screen instructions

7. Copy & paste the contents of the serial monitor

8. Edit the following lines in [Arduino]/libraries/MCUFRIEND_kbv/examples/Touch_Shield_new/Touch_Shield_new.ino

char *name = "My Lovely Shield."; //edit name of shield

const int XP=8,XM=A2,YP=A3,YM=9; //ID=0x9341

const int TS_LEFT=117,TS_RT=897,TS_TOP=76,TS_BOT=886;

9. Compile/upload and upload that.

10. Enjoy!

 

Write a review

Note: HTML is not translated!
    Bad           Good

 

Tags: Screen, Touch