From c42602375b652d5673861fc5b7a66c0ac1ce6508 Mon Sep 17 00:00:00 2001 From: Mateusz Tomaszkiewicz Date: Thu, 7 Feb 2013 16:01:07 +0100 Subject: SSD2119: code & comments cleanup --- drivers/gdisp/SSD2119/ssd2119.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'drivers/gdisp/SSD2119/ssd2119.h') diff --git a/drivers/gdisp/SSD2119/ssd2119.h b/drivers/gdisp/SSD2119/ssd2119.h index d3eb484e..789958ba 100644 --- a/drivers/gdisp/SSD2119/ssd2119.h +++ b/drivers/gdisp/SSD2119/ssd2119.h @@ -1,6 +1,6 @@ /* ChibiOS/GFX - Copyright (C) 2012 - Joel Bodenmann aka Tectu + Joel Bodenmann aka Tectu This file is part of ChibiOS/GFX. @@ -18,6 +18,14 @@ along with this program. If not, see . */ +/** + * @file drivers/gdisp/SSD2119/ssd2119.h + * @brief GDISP Graphic Driver support header for the SSD2119 display. + * + * @addtogroup GDISP + * @{ + */ + #ifndef _SSD2119_H #define _SSD2119_H @@ -69,6 +77,7 @@ #define SSD2119_REG_X_RAM_ADDR 0x4E #define SSD2119_REG_Y_RAM_ADDR 0x4F -/* SSD2119 commands */ +/* TODO: SSD2119 commands */ -#endif // _SSD2119_H +#endif /* _SSD2119_H */ +/** @} */ -- cgit v1.2.3