Driver Library for our displays

Dependents:   dm_bubbles dm_calc dm_paint dm_sdcard_with_adapter ... more

Revision:
14:2db7065edbec
Parent:
13:6ff2649b6c27
--- a/DmTpFt6x06.cpp	Fri Sep 18 14:59:13 2015 +0000
+++ b/DmTpFt6x06.cpp	Mon Oct 12 08:35:35 2015 +0000
@@ -36,7 +36,7 @@
     }
 
     if (!useIrq) {
-        _irq = -1;
+        _irq = NC;
     }
 #if defined (DM_TOOLCHAIN_MBED)
    _i2c = &i2c;
@@ -213,4 +213,3 @@
 {
   return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
 }
-