aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-06-20 22:17:04 -0700
committerTectu <joel@unormal.org>2013-06-20 22:17:04 -0700
commit1f7a9166d51c94b3a729bac6dd1db38e7b2868f8 (patch)
treef7fda11a6e3a703ba535e352c440f2ccf7564fb2 /include
parentd57eacc345da25732ec6bace92878a76b587e548 (diff)
parent129041e791e22fd71242035b756d725863fa7e60 (diff)
downloaduGFX-1f7a9166d51c94b3a729bac6dd1db38e7b2868f8.tar.gz
uGFX-1f7a9166d51c94b3a729bac6dd1db38e7b2868f8.tar.bz2
uGFX-1f7a9166d51c94b3a729bac6dd1db38e7b2868f8.zip
Merge pull request #77 from resset/master
Various README updates
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.
*