ILI9325 based GR_SAKURA LCD Shield

Dependencies:   TFTLCD_8bit mbed-src mbed

Revision:
1:e12f20dc9493
Parent:
0:968ea69b9984
Child:
2:bfdbc88d37bf
--- a/main.cpp	Sun Apr 06 15:08:05 2014 +0000
+++ b/main.cpp	Sun Apr 06 15:27:17 2014 +0000
@@ -15,7 +15,7 @@
     // set current font to the smallest 8x12 pixels font.
 //    lcd.SetFont( Font8x12 );
     // print something on the screen
-    lcd.Print( "Hello, World!", CENTER, 300, -2, -2 ); // align text to center horizontally and use starndard colors
+    lcd.Print( "Hello, World!", CENTER, 50); // align text to center horizontally and use starndard colors
 
     while ( 1 ) { }
 }
\ No newline at end of file