From 83236a5336749b87071ee53dbb4f923a099bf37d Mon Sep 17 00:00:00 2001 From: Tomas Roj Date: Mon, 13 May 2019 13:13:38 +0200 Subject: [PATCH 1/2] Fix of typos --- Examples/TFT_Touch_Draw_2-4/TFT_Touch_Draw_2-4.ino | 2 +- Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/TFT_Touch_Draw_2-4/TFT_Touch_Draw_2-4.ino b/Examples/TFT_Touch_Draw_2-4/TFT_Touch_Draw_2-4.ino index c835ae0..585c807 100644 --- a/Examples/TFT_Touch_Draw_2-4/TFT_Touch_Draw_2-4.ino +++ b/Examples/TFT_Touch_Draw_2-4/TFT_Touch_Draw_2-4.ino @@ -37,7 +37,7 @@ TFT_Touch touch = TFT_Touch(DCS, DCLK, DIN, DOUT); int ColorPaletteHigh = 30; // Height of palette boxes int color = TFT_WHITE; //Starting paint brush color -// Pallete button colour sequence +// Palette button colour sequence unsigned int colors[10] = {TFT_RED, TFT_GREEN, TFT_BLUE, TFT_BLACK, TFT_CYAN, TFT_YELLOW, TFT_WHITE, TFT_MAGENTA, TFT_BLACK, TFT_BLACK}; void setup() diff --git a/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino b/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino index 06c10b3..1137265 100644 --- a/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino +++ b/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino @@ -54,8 +54,8 @@ Adapted by Rowboteer 13/5/15 // This is the screen size for the raw to coordinate transformation // width and height specified for landscape orientation -#define HRES 320 /* Default screen resulution for X axis */ -#define VRES 320 /* Default screen resulution for Y axis */ +#define HRES 320 /* Default screen resolution for X axis */ +#define VRES 320 /* Default screen resolution for Y axis */ #include From 52e17559c385c5a9fb8717a7817629115b5d9623 Mon Sep 17 00:00:00 2001 From: Tomas Roj Date: Mon, 13 May 2019 13:14:36 +0200 Subject: [PATCH 2/2] Fix of typo --- Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino b/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino index 1137265..9127ac8 100644 --- a/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino +++ b/Examples/TFT_Touch_Raw/TFT_Touch_Raw.ino @@ -10,7 +10,7 @@ Open up the Serial Monitor Window from the IDE and set to 38400 baud to see the information from screen contacts By using a stylus at the screen extremes or touch zone limits this sketch can be -used to check tha calibration values. +used to check then calibration values. IMPORTANT: The 2.4" screen orientation used for calibration is with the SD Card slot on the left!