aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/S6D1121
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-03 02:23:34 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-03 02:23:34 +0100
commit75de4fe1db55217b5a7cf9c705738d3ad2c9044a (patch)
tree1761eda944cbd74b9e9abbb296bf156c8963c33a /drivers/gdisp/S6D1121
parent74b00382a6e2f4f0beb448395f804ec373f88464 (diff)
downloaduGFX-75de4fe1db55217b5a7cf9c705738d3ad2c9044a.tar.gz
uGFX-75de4fe1db55217b5a7cf9c705738d3ad2c9044a.tar.bz2
uGFX-75de4fe1db55217b5a7cf9c705738d3ad2c9044a.zip
docs
Diffstat (limited to 'drivers/gdisp/S6D1121')
-rw-r--r--drivers/gdisp/S6D1121/gdisp_lld.c3
-rw-r--r--drivers/gdisp/S6D1121/gdisp_lld_config.h3
-rw-r--r--drivers/gdisp/S6D1121/s6d1121_lld.c.h3
3 files changed, 6 insertions, 3 deletions
diff --git a/drivers/gdisp/S6D1121/gdisp_lld.c b/drivers/gdisp/S6D1121/gdisp_lld.c
index 6a8b4aed..7e1509be 100644
--- a/drivers/gdisp/S6D1121/gdisp_lld.c
+++ b/drivers/gdisp/S6D1121/gdisp_lld.c
@@ -19,7 +19,7 @@
*/
/**
- * @file gdispS6d1121/gdisp_lld.c
+ * @file drivers/gdisp/S6D1121/gdisp_lld.c
* @brief GDISP Graphics Driver subsystem low level driver source for the S6d1121 display.
*
* @addtogroup GDISP
@@ -501,3 +501,4 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
#endif /* GFX_USE_GDISP */
/** @} */
+
diff --git a/drivers/gdisp/S6D1121/gdisp_lld_config.h b/drivers/gdisp/S6D1121/gdisp_lld_config.h
index 8135871e..cc1b2907 100644
--- a/drivers/gdisp/S6D1121/gdisp_lld_config.h
+++ b/drivers/gdisp/S6D1121/gdisp_lld_config.h
@@ -19,7 +19,7 @@
*/
/**
- * @file gdispS6d1121/gdisp_lld_config.h
+ * @file drivers/gdisp/S6D1121/gdisp_lld_config.h
* @brief GDISP Graphic Driver subsystem low level driver header for the S6d1121 display.
*
* @addtogroup GDISP
@@ -51,3 +51,4 @@
#endif /* _GDISP_LLD_CONFIG_H */
/** @} */
+
diff --git a/drivers/gdisp/S6D1121/s6d1121_lld.c.h b/drivers/gdisp/S6D1121/s6d1121_lld.c.h
index 9d7223a9..b8f8078b 100644
--- a/drivers/gdisp/S6D1121/s6d1121_lld.c.h
+++ b/drivers/gdisp/S6D1121/s6d1121_lld.c.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2012
+ ChibiOS/GFX - Copyright (C) 2012
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS/GFX.
@@ -251,3 +251,4 @@ static void lld_lcdResetViewPort(void) {
}
#endif /* S6D1121_H */
+