From 5146eb2377a9001f52d3d84a5f0bbf3bb1f48f61 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 10 Sep 2003 14:01:53 +0000 Subject: [lcd4linux @ 2003-09-10 14:01:52 by reinelt] icons nearly finished\! --- pixmap.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'pixmap.h') 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 -- cgit v1.2.3