aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Win32/readme.txt
diff options
context:
space:
mode:
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.