MCUFRIEND_kbv library for MBED depends on ADA_GFX_kbv library

Dependents:   TFT_Touch_botao_v1 TFT_Touch_exemplo5_git_touch TESTE_1 TFT_Touch_exemplo6_git_touch_button_3_ ... more

Revision:
1:06c4b34a5a61
Parent:
0:6f633078852b
--- a/utility/pin_shield_1.h	Mon Apr 26 14:44:21 2021 +0000
+++ b/utility/pin_shield_1.h	Wed Apr 28 11:24:54 2021 +0000
@@ -326,7 +326,7 @@
 #define PIN_INPUT(port, pin) PIN_MODE2((port)->MODER, pin, 0x0)   //.kbv check this
 #endif
 
-#elif __TARGET_PROCESSOR == LPC1768
+#elif __TARGET_PROCESSOR == LPC1768 || defined(TARGET_LPC1768)
   #include <LPC17xx.h>
 // configure macros for the control pins
   #define D0_PORT LPC_GPIO0