set_char() based on bit array instead of char array

This commit is contained in:
marschap
2006-04-25 18:23:51 +00:00
parent f121223845
commit ce37984afc
2 changed files with 252 additions and 322 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ MODULE_EXPORT int CFontzPacket_icon(Driver *drvthis, int x, int y, int icon);
MODULE_EXPORT void CFontzPacket_cursor (Driver *drvthis, int x, int y, int state);
MODULE_EXPORT int CFontzPacket_get_free_chars (Driver *drvthis);
MODULE_EXPORT void CFontzPacket_set_char (Driver *drvthis, int n, char *dat);
MODULE_EXPORT void CFontzPacket_set_char (Driver *drvthis, int n, unsigned char *dat);
MODULE_EXPORT int CFontzPacket_get_contrast (Driver *drvthis);
MODULE_EXPORT void CFontzPacket_set_contrast (Driver *drvthis, int promille);