typo
This commit is contained in:
parent
6937cc3f0f
commit
50a3048e59
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ void gdispGDrawBox(GDisplay *g, coord_t x, coord_t y, coord_t cx, coord_t cy, co
|
||||||
* @brief Scroll vertically a section of the screen.
|
* @brief Scroll vertically a section of the screen.
|
||||||
* @pre GDISP_NEED_SCROLL must be set to TRUE in gfxconf.h
|
* @pre GDISP_NEED_SCROLL must be set to TRUE in gfxconf.h
|
||||||
* @note Optional.
|
* @note Optional.
|
||||||
* @note If lines is >= cy, it is equivelent to a area fill with bgcolor.
|
* @note If lines is >= cy, it is equivelent to an area fill with bgcolor.
|
||||||
*
|
*
|
||||||
* @param[in] g The display to use
|
* @param[in] g The display to use
|
||||||
* @param[in] x, y The start of the area to be scrolled
|
* @param[in] x, y The start of the area to be scrolled
|
||||||
|
|
Loading…
Add table
Reference in a new issue