aboutsummaryrefslogtreecommitdiffstats
path: root/T6963.c
diff options
context:
space:
mode:
Diffstat (limited to 'T6963.c')
-rw-r--r--T6963.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/T6963.c b/T6963.c
index 22125f3..47bcf8b 100644
--- a/T6963.c
+++ b/T6963.c
@@ -1,4 +1,4 @@
-/* $Id: T6963.c,v 1.7 2003/07/24 04:48:09 reinelt Exp $
+/* $Id: T6963.c,v 1.8 2003/08/01 05:15:42 reinelt Exp $
*
* driver for display modules based on the Toshiba T6963 chip
*
@@ -20,6 +20,9 @@
*
*
* $Log: T6963.c,v $
+ * Revision 1.8 2003/08/01 05:15:42 reinelt
+ * last cleanups for 0.9.9
+ *
* Revision 1.7 2003/07/24 04:48:09 reinelt
* 'soft clear' needed for virtual rows
*
@@ -242,12 +245,13 @@ static void T6_write_auto (unsigned char data)
}
+#if 0 // not used
static void T6_send_byte (unsigned char cmd, unsigned char data)
{
T6_write_data(data);
T6_write_cmd(cmd);
}
-
+#endif
static void T6_send_word (unsigned char cmd, unsigned short data)
{
ape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
4