From 003b829ced31a74e5e229571f51a19e73f9be138 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 1 Sep 2003 04:09:35 +0000 Subject: [lcd4linux @ 2003-09-01 04:09:34 by reinelt] icons nearly finished, but MatrixOrbital only --- icon.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'icon.h') 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 -- cgit v1.2.3