aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-09-03 00:52:40 +0200
committerTectu <joel@unormal.org>2012-09-03 00:52:40 +0200
commitbdd794b8361d5bfeb6b32e1b62bdf932dad405c3 (patch)
treefa1342b8ce6e729542e179c22dc01976a86d32a5 /drivers/gdisp/SSD1963
parentd6000f1cbb60d3461ba24aa09d5fdae72c5b3914 (diff)
downloaduGFX-bdd794b8361d5bfeb6b32e1b62bdf932dad405c3.tar.gz
uGFX-bdd794b8361d5bfeb6b32e1b62bdf932dad405c3.tar.bz2
uGFX-bdd794b8361d5bfeb6b32e1b62bdf932dad405c3.zip
header adjustments on SSD1963
Diffstat (limited to 'drivers/gdisp/SSD1963')
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld.c2
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_config.h2
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_panel.h6
-rw-r--r--drivers/gdisp/SSD1963/ssd1963.h6
4 files changed, 8 insertions, 8 deletions
diff --git a/drivers/gdisp/SSD1963/gdisp_lld.c b/drivers/gdisp/SSD1963/gdisp_lld.c
index e22f2ca1..0615e25c 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld.c
+++ b/drivers/gdisp/SSD1963/gdisp_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2012
+ ChibiOS-LCD-Driver - Copyright (C) 2012
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS-LCD-Driver.
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_config.h b/drivers/gdisp/SSD1963/gdisp_lld_config.h
index f6c69d92..85dd7282 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_config.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_config.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2012
+ ChibiOS-LCD-Driver Copyright (C) 2012
Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS-LCD-Driver.
diff --git a/drivers/gdisp/SSD1963/gdisp_lld_panel.h b/drivers/gdisp/SSD1963/gdisp_lld_panel.h
index b2838250..6d13155c 100644
--- a/drivers/gdisp/SSD1963/gdisp_lld_panel.h
+++ b/drivers/gdisp/SSD1963/gdisp_lld_panel.h
@@ -1,6 +1,6 @@
/*
- ChibiOS/RT - Copyright (C) 2012
- Fabien Poussin aka Mobyfab <mobyfab@gmail.com>
+ ChibiOS-LCD-Driver Copyright (C) 2012
+ Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS-LCD-Driver.
@@ -50,4 +50,4 @@
#define LCD_FPR ((SCREEN_PCLK * 1048576)/100000000)
#endif
-/** @} */ \ No newline at end of file
+/** @} */
diff --git a/drivers/gdisp/SSD1963/ssd1963.h b/drivers/gdisp/SSD1963/ssd1963.h
index 794658e2..19e3094a 100644
--- a/drivers/gdisp/SSD1963/ssd1963.h
+++ b/drivers/gdisp/SSD1963/ssd1963.h
@@ -1,6 +1,6 @@
/*
- ChibiOS/RT - Copyright (C) 2012
- Fabien Poussin aka Mobyfab <mobyfab@gmail.com>
+ ChibiOS-LCD-Driver - Copyright (C) 2012
+ Joel Bodenmann aka Tectu <joel@unormal.org>
This file is part of ChibiOS-LCD-Driver.
@@ -144,4 +144,4 @@
#define SSD1963_GET_PIXEL_DATA_INTERFACE 0x00F1
#endif
-/** @} */ \ No newline at end of file
+/** @} */