From 166d78c97aa237a076b2f003dc51b535722d58c3 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 13 Oct 2012 02:04:20 +0200 Subject: console updates --- docs/configure.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3