ugfx_release_2.6
Joel Bodenmann 2012-11-21 10:22:00 +01:00
parent 1b30c77ab3
commit e0052718e3
1 changed files with 1 additions and 1 deletions

View File

@ -1244,7 +1244,7 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color) {
/** /**
* @brief Pack a pixel into a pixel buffer. * @brief Pack a pixel into a pixel buffer.
* @note This function performs no buffer boundary checking * @note This function performs no buffer boundary checking
* regardless of whether GDISP_NEED_CLIPPING has been specified. * regardless of whether GDISP_NEED_CLIP has been specified.
* *
* @param[in] buf The buffer to put the pixel in * @param[in] buf The buffer to put the pixel in
* @param[in] cx The width of a pixel line * @param[in] cx The width of a pixel line