added Leandro Dardini's lastline patch for the HD44780 driver and

adapted it to the IOWarrior driver that also drives HD44780 displays.
This commit is contained in:
marschap
2005-01-17 20:18:21 +00:00
parent 2899cabedf
commit ffdd1a4925
5 changed files with 49 additions and 3 deletions
+5
View File
@@ -98,6 +98,11 @@ typedef struct driver_private_data {
unsigned int output_mask;
int output_state;
/* lastline controls the use of the last line, if pixel addressable (true, default) or */
/* underline effect (false). To avoid the underline effect in the latter case, the last */
/* line is always zeroed for whatever redefined character */
char lastline;
int brightness;
int backlight;
} PrivateData;