Lib update.

Added vbar and hbar functions that use a statically defined custom charset.
Let the lib heartbeat function use the new icon function.
This commit is contained in:
robijn
2002-02-08 00:05:02 +00:00
parent f3dbc1d06d
commit 085b539d34
2 changed files with 71 additions and 7 deletions
+4
View File
@@ -7,5 +7,9 @@
int new_framebuf (struct lcd_logical_driver *driver, char *oldbuf);
void output_heartbeat (struct lcd_logical_driver *driver, int type);
void lib_hbar_static (Driver *drvthis, int x, int y, int len, int promille, int options, int cellwidth, int cc_offset);
void lib_vbar_static (Driver *drvthis, int x, int y, int len, int promille, int options, int cellheight, int cc_offset);
#endif