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
+4 -1
View File
@@ -85,7 +85,10 @@ typedef struct driver_private_data {
int delayMult; // Delay multiplier for slow displays
char delayBus; // Delay if the computer can send data too fast over
// its bus to LPT port
char lastline; // lastline controls the use of the last line, if pixel addressable (true, default) or
// underline effect (false). To avoid the underline effect, last line is always zeroed
// for whatever redefined character
// keyMapDirect contains an array of the ascii-codes that should be generated
// when a directly connected key is pressed (not in matrix).
char *keyMapDirect[KEYPAD_MAXX];