fixed gdisp.h
This commit is contained in:
parent
4b55c61e78
commit
10f51773e1
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue