diff options
author | Tectu <joel@unormal.org> | 2012-08-03 15:58:45 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-03 15:58:45 +0200 |
commit | 10f51773e1b3b82ed53a30d1d17c3f794cc6250b (patch) | |
tree | 3ad8223c12fd4d0851415c8cf6eba56c82d97a10 /halext/include/gdisp.h | |
parent | 4b55c61e78808d10c7d897f64242e7cfb59fd18e (diff) | |
download | uGFX-10f51773e1b3b82ed53a30d1d17c3f794cc6250b.tar.gz uGFX-10f51773e1b3b82ed53a30d1d17c3f794cc6250b.tar.bz2 uGFX-10f51773e1b3b82ed53a30d1d17c3f794cc6250b.zip |
fixed gdisp.h
Diffstat (limited to 'halext/include/gdisp.h')
-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) |