Patched lcd.c to work with older drivers that use 0 or (void *) -1
as valid function pointer values (now logs to syslog); fixed text driver, curses driver, and CFontz driver to work correctly in new environment.
This commit is contained in:
@@ -19,5 +19,7 @@ void CFontz_num (int x, int num);
|
||||
void CFontz_set_char (int n, char *dat);
|
||||
void CFontz_icon (int which, char dest);
|
||||
void CFontz_draw_frame (char *dat);
|
||||
void CFontz_clear (void);
|
||||
void CFontz_string (int x, int y, char string[]);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user