aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-22 07:29:55 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-22 07:29:55 +0100
commitf262b7ad91c91ebed1990f74ec6b7a69ae36e359 (patch)
tree3945458bfe8a3a9a2458816f940e7cfd9648314b /demos
parentdfb9f92eb1561bcca61dfc9ab516cfba46bc575d (diff)
downloaduGFX-f262b7ad91c91ebed1990f74ec6b7a69ae36e359.tar.gz
uGFX-f262b7ad91c91ebed1990f74ec6b7a69ae36e359.tar.bz2
uGFX-f262b7ad91c91ebed1990f74ec6b7a69ae36e359.zip
console demo code doc
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/console/main.c2
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
*/