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 | |
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')
-rw-r--r-- | boards/base/Linux/readme.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/boards/base/Linux/readme.txt b/boards/base/Linux/readme.txt index 1557ebdd..b0d1dc1d 100644 --- a/boards/base/Linux/readme.txt +++ b/boards/base/Linux/readme.txt @@ -1,9 +1,7 @@ -This directory contains the interface for Linux -running either native Linux. +This directory contains the interface for Linux using X. 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. - |