aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/gdisp_lld_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD1963/gdisp_lld_panel.h')
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_panel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_panel.h b/drivers/gdisp/SSD1963/gdisp_lld_panel.h
index f4a8595b..b2838250 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_panel.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_panel.h
@@ -18,6 +18,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @file SSD1963/gdisp_lld_panel.h
+ * @brief TFT LCD panel properties.
+ *
+ * @addtogroup GDISP
+ * @{
+ */
+
#ifndef _GDISP_LLD_PANEL_H
#define _GDISP_LLD_PANEL_H
@@ -42,3 +50,4 @@
#define LCD_FPR ((SCREEN_PCLK * 1048576)/100000000)
#endif
+/** @} */ \ No newline at end of file