aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.h
diff options
context:
space:
mode:
authorreinelt <>2003-09-10 14:01:53 +0000
committerreinelt <>2003-09-10 14:01:53 +0000
commit5146eb2377a9001f52d3d84a5f0bbf3bb1f48f61 (patch)
treeec9c18875187b83f745ddd264b4f1ca66848a5c1 /pixmap.h
parent8f51f05f631c06c4f8f7c87ac0047827210f44ad (diff)
downloadlcd4linux-5146eb2377a9001f52d3d84a5f0bbf3bb1f48f61.tar.gz
[lcd4linux @ 2003-09-10 14:01:52 by reinelt]
icons nearly finished\!
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