diff options
author | Joel Bodenmann <joel@embedded.pro> | 2017-01-10 10:20:38 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2017-01-10 10:20:38 +0100 |
commit | 844be1871380320d90655639e6fe59fde49e76f0 (patch) | |
tree | 67d9a6bdc93a1a8a1e5cccc4f362a83248fae908 /src | |
parent | 3d1d0182b3c659d98edc747c8ed52cdf039fce7c (diff) | |
download | uGFX-844be1871380320d90655639e6fe59fde49e76f0.tar.gz uGFX-844be1871380320d90655639e6fe59fde49e76f0.tar.bz2 uGFX-844be1871380320d90655639e6fe59fde49e76f0.zip |
Improving doc
Diffstat (limited to 'src')
-rw-r--r-- | src/gdisp/gdisp_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h index 4ae267ea..fa1a21e4 100644 --- a/src/gdisp/gdisp_options.h +++ b/src/gdisp/gdisp_options.h @@ -389,7 +389,7 @@ #define GDISP_NEED_IMAGE_BMP_32 TRUE #endif /** - * @brief The blit buffer size. + * @brief The BMP blit buffer size. * @details Defaults to TRUE * @note Bigger is faster but requires more RAM. * @note This must be greater than 40 bytes and 32 pixels as we read our headers into this space as well. |