aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Linux/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-29 21:14:02 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-29 21:14:02 +1000
commit0399c33aebeae0f60c31f87a6649371ff2a78242 (patch)
tree4e21f2fcf95f4ac317303babe13adb540fb48f8f /boards/base/Linux/readme.txt
parentdc24af70eab4f62ab4702bf8ca81c33f544cc5bc (diff)
downloaduGFX-0399c33aebeae0f60c31f87a6649371ff2a78242.tar.gz
uGFX-0399c33aebeae0f60c31f87a6649371ff2a78242.tar.bz2
uGFX-0399c33aebeae0f60c31f87a6649371ff2a78242.zip
Linux board defintions
Diffstat (limited to 'boards/base/Linux/readme.txt')
-rw-r--r--boards/base/Linux/readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/boards/base/Linux/readme.txt b/boards/base/Linux/readme.txt
new file mode 100644
index 00000000..491c91f5
--- /dev/null
+++ b/boards/base/Linux/readme.txt
@@ -0,0 +1,8 @@
+This directory contains the interface for Linux
+running either native Linux.
+
+On this board uGFX currently supports:
+ - GDISP via the X driver
+ - GINPUT-touch via the X driver
+
+There is an example Makefile and project in the examples directory.