diff options
author | reinelt <> | 2003-09-09 05:30:34 +0000 |
---|---|---|
committer | reinelt <> | 2003-09-09 05:30:34 +0000 |
commit | b39a42b909dfb1c174044cf977d272f94445b18e (patch) | |
tree | 5170a8ead387da3151f849852239cdbbac5b72dc /icon.h | |
parent | 9e7b5817f97f51696d6f17a77c4a4ed82114a113 (diff) | |
download | lcd4linux-b39a42b909dfb1c174044cf977d272f94445b18e.tar.gz |
[lcd4linux @ 2003-09-09 05:30:33 by reinelt]
even more icons stuff
Diffstat (limited to 'icon.h')
-rw-r--r-- | icon.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: icon.h,v 1.2 2003/09/01 04:09:35 reinelt Exp $ +/* $Id: icon.h,v 1.3 2003/09/09 05:30:34 reinelt Exp $ * * generic icon and heartbeat handling * @@ -20,6 +20,9 @@ * * * $Log: icon.h,v $ + * Revision 1.3 2003/09/09 05:30:34 reinelt + * even more icons stuff + * * Revision 1.2 2003/09/01 04:09:35 reinelt * icons nearly finished, but MatrixOrbital only * @@ -35,7 +38,7 @@ 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_draw (int num, int row, int col); +int icon_draw (int num, int seq, int row, int col); int icon_peek (int row, int col); #endif |