From 95fd0735d2946fd496fc46f49225fc160a60f5fd Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Sat, 19 Mar 2016 19:47:33 +0000 Subject: [PATCH] Testing SSD1963 --- MCUFRIEND_kbv.cpp | 2 +- mcufriend_shield.h | 2 +- mcufriend_special.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index e67eea8..4f33b88 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -1,5 +1,5 @@ //#define SUPPORT_0139 //costs about 238 bytes - //#define SUPPORT_1963 +#define SUPPORT_1963 #define SUPPORT_4535 //costs about 184 bytes //#define SUPPORT_8347A //costs about 408 bytes #define SUPPORT_8347D //costs about 408 bytes diff --git a/mcufriend_shield.h b/mcufriend_shield.h index ea91a69..3ddcb25 100644 --- a/mcufriend_shield.h +++ b/mcufriend_shield.h @@ -1,4 +1,4 @@ -//#define USE_SPECIAL //check for custom drivers +#define USE_SPECIAL //check for custom drivers #if defined(USE_SPECIAL) #include "mcufriend_special.h" #if !defined(USE_SPECIAL_FAIL) diff --git a/mcufriend_special.h b/mcufriend_special.h index 3319c87..57d095a 100644 --- a/mcufriend_special.h +++ b/mcufriend_special.h @@ -4,11 +4,11 @@ //#define USE_SSD1289_SHIELD_MEGA //#define USE_SSD1289_SHIELD_DUE //#define USE_MEGA_8BIT_PROTOSHIELD -#define USE_MEGA_16BIT_SHIELD //RD on PL6 (D43) +//#define USE_MEGA_16BIT_SHIELD //RD on PL6 (D43) //#define USE_BLD_BST_MEGA32U4 //#define USE_BLD_BST_MEGA2560 //#define USE_DUE_8BIT_PROTOSHIELD -//#define USE_DUE_16BIT_SHIELD //RD on PA15 (D24) +#define USE_DUE_16BIT_SHIELD //RD on PA15 (D24) #if 0 #elif defined(__AVR_ATmega328P__) && defined(USE_SSD1289_SHIELD_UNO) //on UNO