diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-22 07:29:55 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-22 07:29:55 +0100 |
commit | f262b7ad91c91ebed1990f74ec6b7a69ae36e359 (patch) | |
tree | 3945458bfe8a3a9a2458816f940e7cfd9648314b /demos/modules | |
parent | dfb9f92eb1561bcca61dfc9ab516cfba46bc575d (diff) | |
download | uGFX-f262b7ad91c91ebed1990f74ec6b7a69ae36e359.tar.gz uGFX-f262b7ad91c91ebed1990f74ec6b7a69ae36e359.tar.bz2 uGFX-f262b7ad91c91ebed1990f74ec6b7a69ae36e359.zip |
console demo code doc
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/console/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/console/main.c b/demos/modules/console/main.c index fd329f95..962969eb 100644 --- a/demos/modules/console/main.c +++ b/demos/modules/console/main.c @@ -23,7 +23,7 @@ * * #define GFX_USE_GDISP TRUE * #define GFX_USE_GWIN TRUE - * #define GDISP_NEED_SCROLL TRUE + * #define GDISP_NEED_SCROLL TRUE (optional but recommended) * #define GDISP_NEED_CLIP TRUE (optional but recommended) * #define GWIN_NEED_CONSOLE TRUE */ |