aboutsummaryrefslogtreecommitdiffstats
path: root/drv_M50530.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_M50530.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 'drv_M50530.c')
-rw-r--r--drv_M50530.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/drv_M50530.c b/drv_M50530.c
index 9787818..4d903c1 100644
--- a/drv_M50530.c
+++ b/drv_M50530.c
@@ -1,4 +1,4 @@
-/* $Id: drv_M50530.c,v 1.6 2004/05/31 05:38:02 reinelt Exp $
+/* $Id: drv_M50530.c,v 1.7 2004/06/01 06:45:29 reinelt Exp $
*
* new style driver for M50530-based displays
*
@@ -23,6 +23,11 @@
*
*
* $Log: drv_M50530.c,v $
+ * Revision 1.7 2004/06/01 06:45:29 reinelt
+ *
+ * some Fixme's processed
+ * documented some code
+ *
* Revision 1.6 2004/05/31 05:38:02 reinelt
*
* fixed possible bugs with user-defined chars (clear high bits)
@@ -96,7 +101,7 @@ static unsigned char SIGNAL_IOC1;
static unsigned char SIGNAL_IOC2;
static unsigned char SIGNAL_GPO;
-// Fixme
+// Fixme: GPO's not yet implemented
static int GPOS;
// static int GPO=0;
@@ -172,7 +177,7 @@ static void drv_M5_defchar (int ascii, unsigned char *matrix)
}
-// Fixme
+// Fixme: GPO's
#if 0
static void drv_M5_setGPO (int bits)
{