diff options
author | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-11-10 00:13:42 +0100 |
---|---|---|
committer | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-11-10 00:13:42 +0100 |
commit | affd9792ff42fab8f376bd2c87a71b25fd52baf7 (patch) | |
tree | 03ce8e6d759d5482185ae4a4797555ac0a922bfa /docs/src | |
parent | 8f31c5e632df70b6b0a4871680be0c436993a41c (diff) | |
download | uGFX-affd9792ff42fab8f376bd2c87a71b25fd52baf7.tar.gz uGFX-affd9792ff42fab8f376bd2c87a71b25fd52baf7.tar.bz2 uGFX-affd9792ff42fab8f376bd2c87a71b25fd52baf7.zip |
added touchscreen files
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/touchscreen.dox | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/src/touchscreen.dox b/docs/src/touchscreen.dox new file mode 100644 index 00000000..0a1819b9 --- /dev/null +++ b/docs/src/touchscreen.dox @@ -0,0 +1,26 @@ +/*
+ ChibiOS/GFX - Copyright (C) 2012
+ Joel Bodenmann aka Tectu <joel@unormal.org>
+
+ This file is part of ChibiOS/GFX.
+
+ ChibiOS/GFX is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ ChibiOS/GFX is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+ * @addtogroup TOUCHSCREEN
+ * @details The TOUCHSCREEN module provides high level abstraction to interface
+ * touchscreens.
+ */
+
|