aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-23 07:24:48 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-23 07:24:48 +0000
commit965f2f1d917c26c87e6ef5e86ae9d5fca307d432 (patch)
treeebd49cfda4012cdd484e35799fdf2fdaff7a5dfa /pixmap.c
parent71bb97d17872618981e8723e6fd3fd613a647c9d (diff)
downloadlcd4linux-965f2f1d917c26c87e6ef5e86ae9d5fca307d432.tar.gz
[lcd4linux @ 2000-03-23 07:24:48 by reinelt]
PPM driver up and running (but slow!) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@17 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'pixmap.c')
-rw-r--r--pixmap.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/pixmap.c b/pixmap.c
index ceaa1f2..48343cb 100644
--- a/pixmap.c
+++ b/pixmap.c
@@ -1,4 +1,4 @@
-/* $Id: pixmap.c,v 1.1 2000/03/22 15:36:21 reinelt Exp $
+/* $Id: pixmap.c,v 1.2 2000/03/23 07:24:48 reinelt Exp $
*
* generic pixmap driver
*
@@ -20,6 +20,10 @@
*
*
* $Log: pixmap.c,v $
+ * Revision 1.2 2000/03/23 07:24:48 reinelt
+ *
+ * PPM driver up and running (but slow!)
+ *
* Revision 1.1 2000/03/22 15:36:21 reinelt
*
* added '-l' switch (list drivers)
@@ -108,8 +112,7 @@ int pix_put (int row, int col, char *text)
int pix_bar (int type, int row, int col, int max, int len1, int len2)
{
- int i, x, y, len, rev;
- unsigned char *p;
+ int x, y, len, rev;
row*=YRES;
col*=XRES;