diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-31 03:48:09 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-31 03:48:09 +0000 |
commit | 8a89eeab079decfc4c312438c67d4fc51b8de3c1 (patch) | |
tree | a86b6f002c007cb57dd07af2a37621683e59a003 /drv_generic_i2c.h | |
parent | 16fabe7b64a6e40008403da5d1107ade8f43eb3b (diff) | |
download | lcd4linux-8a89eeab079decfc4c312438c67d4fc51b8de3c1.tar.gz |
[lcd4linux @ 2006-07-31 03:48:09 by reinelt]
preparations for scrolling
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@680 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_i2c.h')
-rw-r--r-- | drv_generic_i2c.h | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/drv_generic_i2c.h b/drv_generic_i2c.h index e30e8f8..579fcbe 100644 --- a/drv_generic_i2c.h +++ b/drv_generic_i2c.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic_i2c.h,v 1.6 2006/02/27 06:15:55 reinelt Exp $
+/* $Id: drv_generic_i2c.h,v 1.7 2006/07/31 03:48:09 reinelt Exp $
*
* generic driver helper for i2c displays
*
@@ -23,14 +23,17 @@ *
*
* $Log: drv_generic_i2c.h,v $ - * Revision 1.6 2006/02/27 06:15:55 reinelt - * indent... - * - * Revision 1.5 2006/02/25 13:36:33 geronet - * updated indent.sh, applied coding style - * - * Revision 1.4 2005/05/31 21:32:00 lfcorreia - * fix my email address + * Revision 1.7 2006/07/31 03:48:09 reinelt + * preparations for scrolling + *
+ * Revision 1.6 2006/02/27 06:15:55 reinelt
+ * indent...
+ *
+ * Revision 1.5 2006/02/25 13:36:33 geronet
+ * updated indent.sh, applied coding style
+ *
+ * Revision 1.4 2005/05/31 21:32:00 lfcorreia
+ * fix my email address
*
* Revision 1.3 2005/05/31 20:42:55 lfcorreia
* new file: lcd4linux_i2c.h
@@ -82,4 +85,4 @@
void drv_generic_i2c_data(const unsigned char data);
void drv_generic_i2c_command(const unsigned char command, const unsigned char *data, const unsigned char length); -#endif /*
*/ +#endif /*
*/ |