added size option to text driver

This commit is contained in:
reenoo
2004-03-21 15:21:25 +00:00
parent 428ae90c49
commit 7e9e57493c
3 changed files with 30 additions and 4 deletions
+1
View File
@@ -14,5 +14,6 @@ MODULE_EXPORT void text_chr (Driver *drvthis, int x, int y, char c);
MODULE_EXPORT void text_set_contrast (Driver *drvthis, int promille);
MODULE_EXPORT void text_backlight (Driver *drvthis, int on);
#define TEXTDRV_DEFAULT_SIZE "20x4"
#endif