aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Linux-Framebuffer/readme.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-30 02:57:40 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-30 02:57:40 +0200
commit54221783a041966eb8a4073bf882b97c5d6b2020 (patch)
tree2bfd554b60a9cfd3c52ee50182457aa864c37198 /boards/base/Linux-Framebuffer/readme.txt
parent41a74191c1965acff84d23d64a4ec3ed4565b604 (diff)
parent1fce946adb748499cac7ecc1043bec52347e6d26 (diff)
downloaduGFX-54221783a041966eb8a4073bf882b97c5d6b2020.tar.gz
uGFX-54221783a041966eb8a4073bf882b97c5d6b2020.tar.bz2
uGFX-54221783a041966eb8a4073bf882b97c5d6b2020.zip
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
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.