Header banner
Revain logoHome Page
Eric Fish photo
Mexico, Mexico City
1 Level
717 Review
29 Karma

Review on πŸ€– Teyleten Robot 2.4" ILI9341 240X320 TFT LCD Display with Touch Panel for Arduino UNO MEGA2560: Quality and Compatibility Combined by Eric Fish

Revainrating 4 out of 5

This is a very valuable Arduino display and touchscreen, but it has no documentation

The board connects easily to an Arduino Uno or Mega and the display and touchscreen work fine. The challenge is figuring out what code to run. Revain (ELEGOO 2.8) has a very similar screen and the display examples worked. However, you need to change the touchscreen setting for it to work. must be an analogue output, use the label "An"!#define XM A2 // must be an analogue output, use the label "An"!#define YM 7 // can be a digital output#define XP 6 // can be a digital pin // Touch For New ILI9341 TP#define TS_MINX 992#define TS_MAXX 150#define TS_MINY 902#define TS_MAXY 168

Pros
  • Computer Components
Cons
  • I'm nervous