![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Go to the source code of this file.
Functions | |
| static void | setup (void) |
| static void | loop (void) |
Macros | |
| #define | YP A2 |
| #define | XM A1 |
| #define | YM 14 |
| #define | XP 17 |
| #define | TS_MINX 116*2 |
| #define | TS_MAXX 890*2 |
| #define | TS_MINY 83*2 |
| #define | TS_MAXY 913*2 |
Variables | |
| TouchScreen | ts = TouchScreen(XP, YP, XM, YM) |
|
static |
Definition at line 46 of file touchScreen.ino.
|
static |
Definition at line 41 of file touchScreen.ino.
| #define TS_MAXX 890*2 |
Definition at line 31 of file touchScreen.ino.
| #define TS_MAXY 913*2 |
Definition at line 33 of file touchScreen.ino.
| #define TS_MINX 116*2 |
Definition at line 30 of file touchScreen.ino.
| #define TS_MINY 83*2 |
Definition at line 32 of file touchScreen.ino.
| #define XM A1 |
Definition at line 18 of file touchScreen.ino.
| #define XP 17 |
Definition at line 20 of file touchScreen.ino.
| #define YM 14 |
Definition at line 19 of file touchScreen.ino.
| #define YP A2 |
Definition at line 17 of file touchScreen.ino.
| TouchScreen ts = TouchScreen(XP, YP, XM, YM) |
Definition at line 39 of file touchScreen.ino.