diff options
author | lfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-31 21:26:56 +0000 |
---|---|---|
committer | lfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-31 21:26:56 +0000 |
commit | 0c731d7f8a353369c67a12970380bf5207cc21ff (patch) | |
tree | 0e4bf37cf2feab3c4c8d1af3f828917ef8aa4167 | |
parent | c80be292d29d128d3f7b4a2884c9a5315aba6f7a (diff) | |
download | lcd4linux-0c731d7f8a353369c67a12970380bf5207cc21ff.tar.gz |
[lcd4linux @ 2005-05-31 21:26:56 by lfcorreia]
fix my email address
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@558 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | drv_HD44780.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drv_HD44780.c b/drv_HD44780.c index 91215c3..553020f 100644 --- a/drv_HD44780.c +++ b/drv_HD44780.c @@ -1,4 +1,4 @@ -/* $Id: drv_HD44780.c,v 1.50 2005/05/31 20:42:55 lfcorreia Exp $
+/* $Id: drv_HD44780.c,v 1.51 2005/05/31 21:26:56 lfcorreia Exp $
*
* new style driver for HD44780-based displays
*
@@ -6,7 +6,7 @@ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* Support for I2C bus
- * Copyright (C) 2005 Luis F. Correia <luis.f.correia@seg-social.pt>
+ * Copyright (C) 2005 Luis Correia <lfcorreia@users.sf.net>
*
* Modification for 4-Bit mode
* Copyright (C) 2003 Martin Hejl (martin@hejl.de)
@@ -32,6 +32,9 @@ *
*
* $Log: drv_HD44780.c,v $ + * Revision 1.51 2005/05/31 21:26:56 lfcorreia + * fix my email address + * * Revision 1.50 2005/05/31 20:42:55 lfcorreia * new file: lcd4linux_i2c.h * avoid the problems detecting the proper I2C kernel include files |