aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-06-21 00:02:54 +0200
committerMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-06-21 00:02:54 +0200
commit129041e791e22fd71242035b756d725863fa7e60 (patch)
treef7fda11a6e3a703ba535e352c440f2ccf7564fb2 /include
parentd57eacc345da25732ec6bace92878a76b587e548 (diff)
downloaduGFX-129041e791e22fd71242035b756d725863fa7e60.tar.gz
uGFX-129041e791e22fd71242035b756d725863fa7e60.tar.bz2
uGFX-129041e791e22fd71242035b756d725863fa7e60.zip
Various README updates
Changed misleading description.
Diffstat (limited to 'include')
-rw-r--r--include/gdisp/gdisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index f7208b00..4ba72580 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -522,7 +522,7 @@ extern "C" {
#if GDISP_NEED_SCROLL || defined(__DOXYGEN__)
/**
* @brief Scroll vertically a section of the screen.
- * @pre GDISP_NEED_SCROLL must be set to TRUE in halconf.h
+ * @pre GDISP_NEED_SCROLL must be set to TRUE in gfxconf.h
* @note Optional.
* @note If lines is >= cy, it is equivelent to a area fill with bgcolor.
*