aboutsummaryrefslogtreecommitdiffstats
path: root/drv_HD44780.c
diff options
context:
space:
mode:
authorreinelt <>2004-06-01 06:45:30 +0000
committerreinelt <>2004-06-01 06:45:30 +0000
commit2a20041898d6b51ccf403634f948cade5360bca7 (patch)
tree1ae7db249d5ad89d18cf9422abfeb034139f5c35 /drv_HD44780.c
parent8ef3a4011f3b4e571a113ac6b0bab6616ea2e7b4 (diff)
downloadlcd4linux-2a20041898d6b51ccf403634f948cade5360bca7.tar.gz
[lcd4linux @ 2004-06-01 06:45:28 by reinelt]
some Fixme's processed documented some code
Diffstat (limited to '')
-rw-r--r--drv_HD44780.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/drv_HD44780.c b/drv_HD44780.c
index 122a158..026160a 100644
--- a/drv_HD44780.c
+++ b/drv_HD44780.c
@@ -1,4 +1,4 @@
-/* $Id: drv_HD44780.c,v 1.23 2004/05/31 05:38:02 reinelt Exp $
+/* $Id: drv_HD44780.c,v 1.24 2004/06/01 06:45:29 reinelt Exp $
*
* new style driver for HD44780-based displays
*
@@ -29,6 +29,11 @@
*
*
* $Log: drv_HD44780.c,v $
+ * Revision 1.24 2004/06/01 06:45:29 reinelt
+ *
+ * some Fixme's processed
+ * documented some code
+ *
* Revision 1.23 2004/05/31 05:38:02 reinelt
*
* fixed possible bugs with user-defined chars (clear high bits)
@@ -211,7 +216,7 @@ static unsigned char SIGNAL_GPO;
static int UseBusy = 0;
-// Fixme
+// Fixme: GPO's not yet implemented
static int GPOS;
// static int GPO=0;
@@ -556,7 +561,7 @@ static int drv_HD_brightness (int brightness)
}
-// Fixme
+// Fixme: GPO's
#if 0
static void drv_HD_setGPO (int bits)
{