aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/ssd1963.h
diff options
context:
space:
mode:
authormobyfab <mobyfab@free.fr>2012-08-31 20:09:22 +0200
committermobyfab <mobyfab@free.fr>2012-08-31 20:09:22 +0200
commit3c7ac9c2cf17d7a275ecb6261cc1e48bcf4a5597 (patch)
treee3de6b3ab0523ae2b83c138a51fc4e167e9ee78b /drivers/gdisp/SSD1963/ssd1963.h
parentaba929d18b48eb9562ebcfbc335f2837af2ec679 (diff)
downloaduGFX-3c7ac9c2cf17d7a275ecb6261cc1e48bcf4a5597.tar.gz
uGFX-3c7ac9c2cf17d7a275ecb6261cc1e48bcf4a5597.tar.bz2
uGFX-3c7ac9c2cf17d7a275ecb6261cc1e48bcf4a5597.zip
updated comments, cleaning
Diffstat (limited to 'drivers/gdisp/SSD1963/ssd1963.h')
-rw-r--r--drivers/gdisp/SSD1963/ssd1963.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1963/ssd1963.h b/drivers/gdisp/SSD1963/ssd1963.h
index 0faa7c4e..794658e2 100644
--- a/drivers/gdisp/SSD1963/ssd1963.h
+++ b/drivers/gdisp/SSD1963/ssd1963.h
@@ -18,6 +18,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @file SSD1963/ssd1963.h
+ * @brief SSD1963 specific data.
+ *
+ * @addtogroup GDISP
+ * @{
+ */
+
#ifndef SSD1963_H
#define SSD1963_H
@@ -135,4 +143,5 @@
#define SSD1963_PDI_9BIT 6
#define SSD1963_GET_PIXEL_DATA_INTERFACE 0x00F1
-#endif \ No newline at end of file
+#endif
+/** @} */ \ No newline at end of file