aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configure.txt3
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: