aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'pixmap.h')
-rw-r--r--pixmap.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/pixmap.h b/pixmap.h
index dc3fbae..3c114b4 100644
--- a/pixmap.h
+++ b/pixmap.h
@@ -1,4 +1,4 @@
-/* $Id: pixmap.h,v 1.3 2000/03/26 19:03:52 reinelt Exp $
+/* $Id: pixmap.h,v 1.4 2003/09/10 14:01:53 reinelt Exp $
*
* generic pixmap driver
*
@@ -20,6 +20,9 @@
*
*
* $Log: pixmap.h,v $
+ * Revision 1.4 2003/09/10 14:01:53 reinelt
+ * icons nearly finished\!
+ *
* Revision 1.3 2000/03/26 19:03:52 reinelt
*
* more Pixmap renaming
@@ -44,9 +47,10 @@
extern unsigned char *LCDpixmap;
-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);
+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);
+void pix_icon (int ascii, char *buffer);
#endif