Modifications in 4DGL library. Added CDU_hw_sw.h for version info. Added pins.h for hardware pin remapping

Dependencies:   4DGL-UC MODSERIAL mbed mbos

Fork of CDU_Mbed_30 by Engravity-CDU

Revision:
20:150afde94910
Parent:
7:6576a287e563
Child:
21:f348e6f0f7d4
--- a/display.h	Thu Aug 28 14:39:32 2014 +0000
+++ b/display.h	Thu Sep 25 11:34:21 2014 +0000
@@ -2,11 +2,11 @@
 //VGA selector lines
 #define VGA_INT 0   //use internal VGA screen
 #define VGA_EXT 1   //loop through external VGA screen from DB9 connector to display
-#define VGA_ON  0   //wwitch VGA on
+#define VGA_ON  0   //switch VGA on
 #define VGA_OFF 1   //switch VGA off
  
 //LINE and pixel definitions
-#define LINE1 0
+#define LINE1 0 
 #define LINE2 34
 #define LINE3 68
 #define LINE4 102