diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-05-22 17:21:19 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-05-22 17:21:19 +1000 |
commit | 285bd0f4d66fa3161a80bf6711d1bef226b17fe3 (patch) | |
tree | 93666d6d8831a67f2e6cd6fd008bfa0bf7c4b4d9 /boards/base/Linux-Framebuffer/readme.txt | |
parent | 52cfaf00ccd35f5a0740a489a1a2af64c800b537 (diff) | |
download | uGFX-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.txt | 6 |
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. |