diff options
Diffstat (limited to 'src/gdisp/gdisp_pixmap.h')
-rw-r--r-- | src/gdisp/gdisp_pixmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gdisp/gdisp_pixmap.h b/src/gdisp/gdisp_pixmap.h index 5fc4580f..2e3df5cc 100644 --- a/src/gdisp/gdisp_pixmap.h +++ b/src/gdisp/gdisp_pixmap.h @@ -7,11 +7,12 @@ /** * @file src/gdisp/gdisp_pixmap.h - * @brief GDISP image header file. * * @defgroup Pixmap Pixmap * @ingroup GDISP * + * @brief Sub-Module for dynamic framebuffers. + * * @note A Pixmap is an off-screen virtual display that can be drawn to just like any other * display. It can then be copied to a real display using the standard gdispGBlitArea() call. * @pre GDISP_NEED_PIXMAP must be TRUE in your gfxconf.h |