12-07-2018, 03:59
Hi
Try change this:
to:
This should solve the display issue. Hope that display isn't another unknown variant of the original ILI9341 TFT displays. Picture is quite different of the recommended version.
Try change this:
Code:
// --------------------------------------------------------------------------------------
// Define Type of your Touch Panel (Aplies only to PCB Versions >= 20)
// --------------------------------------------------------------------------------------
#define TOUCH_TYPE 3 // 3= Default Setting, 1= Alternative Setting (Yellow pin Displays)to:
Code:
// --------------------------------------------------------------------------------------
// Define Type of your Touch Panel (Aplies only to PCB Versions >= 20)
// --------------------------------------------------------------------------------------
#define TOUCH_TYPE 1 // 3= Default Setting, 1= Alternative Setting (Yellow pin Displays)This should solve the display issue. Hope that display isn't another unknown variant of the original ILI9341 TFT displays. Picture is quite different of the recommended version.

