aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Linux-Framebuffer/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-22 17:21:19 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-22 17:21:19 +1000
commit285bd0f4d66fa3161a80bf6711d1bef226b17fe3 (patch)
tree93666d6d8831a67f2e6cd6fd008bfa0bf7c4b4d9 /boards/base/Linux-Framebuffer/readme.txt
parent52cfaf00ccd35f5a0740a489a1a2af64c800b537 (diff)
downloaduGFX-285bd0f4d66fa3161a80bf6711d1bef226b17fe3.tar.gz
uGFX-285bd0f4d66fa3161a80bf6711d1bef226b17fe3.tar.bz2
uGFX-285bd0f4d66fa3161a80bf6711d1bef226b17fe3.zip
GDISP framebuffer driver + an implementation for the linux kernel framebuffer device
Diffstat (limited to 'boards/base/Linux-Framebuffer/readme.txt')
-rw-r--r--boards/base/Linux-Framebuffer/readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/boards/base/Linux-Framebuffer/readme.txt b/boards/base/Linux-Framebuffer/readme.txt
new file mode 100644
index 00000000..ede34281
--- /dev/null
+++ b/boards/base/Linux-Framebuffer/readme.txt
@@ -0,0 +1,6 @@
+This directory contains the interface for Linux using a framebuffer display.
+
+On this board uGFX currently supports:
+ - GDISP via the framebuffer driver
+
+There is an example Makefile and project in the examples directory.