aboutsummaryrefslogtreecommitdiff
path: root/SPI.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-01 00:24:36 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-01 00:24:36 +0100
commit1f5faf8291f135049c85d57f7bd76768d1f99208 (patch)
tree03870a7c6f659ec07245532ebad7c659dd803fec /SPI.h
parent548b8d99a67e8a633d7fd0bb866ad44a8e641454 (diff)
TSC support, touchscreen input. not perfect but for now this will do.
Diffstat (limited to 'SPI.h')
-rw-r--r--SPI.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/SPI.h b/SPI.h
index 230c823..b98d771 100644
--- a/SPI.h
+++ b/SPI.h
@@ -19,6 +19,13 @@
#ifndef SPI_H
#define SPI_H
+namespace SPI_TSC
+{
+
+void SetTouchCoords(u16 x, u16 y);
+
+}
+
namespace SPI
{