jepjaee

Dependents:   MIDI_Interface_ver_1

Fork of Touch_tft by Peter Drescher

Revision:
4:cef5cdc775ea
Parent:
3:ef67f9068850
--- a/touch_tft.cpp	Thu Jan 16 07:47:42 2014 +0000
+++ b/touch_tft.cpp	Thu Jan 16 13:05:42 2014 +0000
@@ -123,9 +123,9 @@
     pos_y = pos_y * font[2];
 
     locate(pos_x,pos_y);
-    printf("paina ruksia");
+    printf("KALIBROI");
     locate(pos_x,pos_y + font[2]);
-    printf("kalibroidaksesi");
+    printf("KALIBROI");
     for (i=0; i<5; i++) {
         do {
             p = get_touch();
@@ -145,9 +145,9 @@
     line(width() -5, height() - 8,width() - 5,height() -1,White);   // paint cross
     line(width() - 8,height() - 5,width() - 1,height() - 5,White);
     locate(pos_x,pos_y);
-    printf("paina ruksia");
+    printf("KALIBROI");
     locate(pos_x,pos_y + font[2]);
-    printf("kalibroidaksesi");
+    printf("KALIBROI");
     for (i=0; i<5; i++) {
         do {
             p  = get_touch();