Driver for 4D Systems LCD screen with Picaso processor. Ported from 4D Systems Picaso Serial Linux Library

Dependencies:   MODSERIAL

Dependents:   uLCD_4D_24PTU Drawing Program RoommateTracker_ScreenAndPhone ece4180_roommate_tracker_final

Revision:
1:1e8da43647e9
Parent:
0:e314f3b805ed
Child:
2:ebe7029e2825
--- a/uLCD_4D_Picaso.cpp	Fri Mar 06 00:35:58 2015 +0000
+++ b/uLCD_4D_Picaso.cpp	Fri Mar 06 00:50:49 2015 +0000
@@ -43,11 +43,6 @@
 		#endif
 		rst(reset) 
 {
-	#if LCD_USING_MODSERIAL
-	printf("Using modserial\r\n");
-	#else
-	printf("Not using modserial\r\n");
-	#endif
 	TimeLimit4D = RX_MAX_WAIT_DEFAULT;
 	serial.baud(9600);
 	LCD_reset();