aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Win32/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-29 20:26:19 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-29 20:26:19 +1000
commitdc24af70eab4f62ab4702bf8ca81c33f544cc5bc (patch)
tree4ad48580fcc83b325c8681718b9e266d0b645e04 /boards/base/Win32/readme.txt
parent9b9a57c2c9dfdcfd96c04960e10f89e2a621e808 (diff)
downloaduGFX-dc24af70eab4f62ab4702bf8ca81c33f544cc5bc.tar.gz
uGFX-dc24af70eab4f62ab4702bf8ca81c33f544cc5bc.tar.bz2
uGFX-dc24af70eab4f62ab4702bf8ca81c33f544cc5bc.zip
Win32 board definitions.
Diffstat (limited to 'boards/base/Win32/readme.txt')
-rw-r--r--boards/base/Win32/readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/boards/base/Win32/readme.txt b/boards/base/Win32/readme.txt
new file mode 100644
index 00000000..031a7c6e
--- /dev/null
+++ b/boards/base/Win32/readme.txt
@@ -0,0 +1,9 @@
+This directory contains the interface for Win32
+running either native Win32 or under the ChibiOS simulator.
+
+On this board uGFX currently supports:
+ - GDISP via the Win32 driver
+ - GINPUT-touch via the Win32 driver
+ - GINPUT-toggles via the Win32 driver
+
+There is an example Makefile and project in the examples directory.