aboutsummaryrefslogtreecommitdiffstats
path: root/icon.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-01 04:09:35 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-01 04:09:35 +0000
commit947cd14666c824a02a28dd4b83540949e690e4fd (patch)
treeeb6420cad25f7e6cc71d58b5643be4ca43e482bd /icon.h
parentf036c97abc6be80ecc1ca0c2a8dfbe2492e63dc7 (diff)
downloadlcd4linux-947cd14666c824a02a28dd4b83540949e690e4fd.tar.gz
[lcd4linux @ 2003-09-01 04:09:34 by reinelt]
icons nearly finished, but MatrixOrbital only git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@230 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--icon.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/icon.h b/icon.h
index dd18c73..caa3edb 100644
--- a/icon.h
+++ b/icon.h
@@ -1,4 +1,4 @@
-/* $Id: icon.h,v 1.1 2003/08/24 04:31:56 reinelt Exp $
+/* $Id: icon.h,v 1.2 2003/09/01 04:09:35 reinelt Exp $
*
* generic icon and heartbeat handling
*
@@ -20,6 +20,9 @@
*
*
* $Log: icon.h,v $
+ * Revision 1.2 2003/09/01 04:09:35 reinelt
+ * icons nearly finished, but MatrixOrbital only
+ *
* Revision 1.1 2003/08/24 04:31:56 reinelt
* icon.c icon.h added
*
@@ -29,8 +32,10 @@
#ifndef _ICON_H_
#define _ICON_H_
-int icon_init (int rows, int cols, int xres, int yres, int icons);
+int icon_init (int rows, int cols, int xres, int yres, int chars, int icons,
+ void(*defchar)(int ascii, char *bitmap));
void icon_clear(void);
-int icon_peek (int row, int col);
+int icon_draw (int num, int row, int col);
+int icon_peek (int row, int col);
#endif