diff options
-rw-r--r-- | halext/include/gdisp.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/halext/include/gdisp.h b/halext/include/gdisp.h index eb974f29..bb62f6cc 100644 --- a/halext/include/gdisp.h +++ b/halext/include/gdisp.h @@ -19,6 +19,23 @@ */ /** +* @file gdisp.h +* @brief GDISP Graphic Driver macros and structures. +* +* @addtogroup GDISP +* @{ +*/ + +#ifndef _GDISP_H +#define _GDISP_H + +#if HAL_USE_GDISP || defined(__DOXYGEN__) + +/*===========================================================================*/ +/* Driver constants. */ +/*===========================================================================*/ + +/** * @brief Some basic colors */ #define White HTML2COLOR(0xFFFFFF) |