aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-26 19:03:52 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-26 19:03:52 +0000
commit9660f76b9498ca64ff2c0d3372ff6ce7d4a92090 (patch)
tree3382711de58aef784bece794c81c249e2ca59b8b /pixmap.h
parentc028ba39da4ad240a79d50ca39e6fc2bf0590e2c (diff)
downloadlcd4linux-9660f76b9498ca64ff2c0d3372ff6ce7d4a92090.tar.gz
[lcd4linux @ 2000-03-26 19:03:52 by reinelt]
more Pixmap renaming quoting of '#' in config file git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@23 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'pixmap.h')
-rw-r--r--pixmap.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/pixmap.h b/pixmap.h
index 5dcc812..dc3fbae 100644
--- a/pixmap.h
+++ b/pixmap.h
@@ -1,4 +1,4 @@
-/* $Id: pixmap.h,v 1.2 2000/03/24 11:36:56 reinelt Exp $
+/* $Id: pixmap.h,v 1.3 2000/03/26 19:03:52 reinelt Exp $
*
* generic pixmap driver
*
@@ -20,6 +20,11 @@
*
*
* $Log: pixmap.h,v $
+ * Revision 1.3 2000/03/26 19:03:52 reinelt
+ *
+ * more Pixmap renaming
+ * quoting of '#' in config file
+ *
* Revision 1.2 2000/03/24 11:36:56 reinelt
*
* new syntax for raster configuration
@@ -37,9 +42,9 @@
#ifndef _PIXMAP_H_
#define _PIXMAP_H_
-extern unsigned char *Pixmap;
+extern unsigned char *LCDpixmap;
-int pix_clear(void);
+int pix_clear (void);
int pix_init (int rows, int cols, int xres, int yres);
int pix_put (int row, int col, char *text);
int pix_bar (int type, int row, int col, int max, int len1, int len2);