2001-10-02 14:32:01 +00:00
|
|
|
#ifndef LCD_LIB_H
|
|
|
|
|
#define LCD_LIB_H
|
|
|
|
|
|
|
|
|
|
#ifndef LCD_H
|
|
|
|
|
#include "lcd.h"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
int new_framebuf (struct lcd_logical_driver *driver, char *oldbuf);
|
|
|
|
|
|
2002-02-08 00:05:02 +00:00
|
|
|
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);
|
|
|
|
|
|
2001-10-02 14:32:01 +00:00
|
|
|
#endif
|
|
|
|
|
|