diff options
author | Tectu <joel@unormal.org> | 2013-06-20 22:17:04 -0700 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2013-06-20 22:17:04 -0700 |
commit | 1f7a9166d51c94b3a729bac6dd1db38e7b2868f8 (patch) | |
tree | f7fda11a6e3a703ba535e352c440f2ccf7564fb2 /include | |
parent | d57eacc345da25732ec6bace92878a76b587e548 (diff) | |
parent | 129041e791e22fd71242035b756d725863fa7e60 (diff) | |
download | uGFX-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.h | 2 |
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. * |