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.