diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-13 02:04:20 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-13 02:04:20 +0200 |
commit | 166d78c97aa237a076b2f003dc51b535722d58c3 (patch) | |
tree | 7cd54637c21e332c733c74217c5b8e4c12d0643e /docs | |
parent | da4369c12571916632d806655a507d21a18c2934 (diff) | |
download | uGFX-166d78c97aa237a076b2f003dc51b535722d58c3.tar.gz uGFX-166d78c97aa237a076b2f003dc51b535722d58c3.tar.bz2 uGFX-166d78c97aa237a076b2f003dc51b535722d58c3.zip |
console updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configure.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configure.txt b/docs/configure.txt index f108afcb..15380e16 100644 --- a/docs/configure.txt +++ b/docs/configure.txt @@ -25,8 +25,9 @@ GDISP macors: #define GDISP_NEED_TEXT // for font rendering support
#define GDISP_NEED_PIXELREAD // to read a pixels color value back
#define GDISP_NEED_SCROLL // is scrolling is needed (pixel shift)
- #define GDISPI_NEED_QUERY // to make certain queries to the LCD controller
+ #define GDISP_NEED_QUERY // to make certain queries to the LCD controller
+ #define GDISP_NEED_CONSOLE // for the console abstraction
TouchPad macros:
|