jepjaee

Dependents:   MIDI_Interface_ver_1

Fork of Touch_tft by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
Vekotin
Date:
Thu Jan 16 13:05:42 2014 +0000
Parent:
3:ef67f9068850
Commit message:
16.1.

Changed in this revision

touch_tft.cpp Show annotated file Show diff for this revision Revisions of this file
touch_tft.h Show annotated file Show diff for this revision Revisions of this file
--- 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();
--- a/touch_tft.h	Thu Jan 16 07:47:42 2014 +0000
+++ b/touch_tft.h	Thu Jan 16 13:05:42 2014 +0000
@@ -21,8 +21,7 @@
        unsigned short x;
        unsigned short y;
        };
-
-
+       
 /** touchscreen control class, based on SPI_TFT
  *
  * Example: