fixed gdisp.h

ugfx_release_2.6
Tectu 2012-08-03 15:58:45 +02:00
parent 4b55c61e78
commit 10f51773e1
1 changed files with 17 additions and 0 deletions

View File

@ -18,6 +18,23 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @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
*/