new options for hd44780 (Frank Jepsen)

This commit is contained in:
marschap
2007-02-04 12:26:54 +00:00
parent e83ebd272f
commit 88acd72197
6 changed files with 72 additions and 2 deletions
+6
View File
@@ -117,6 +117,12 @@ typedef struct driver_private_data {
int backlight_bit;
// force full refresh of display
time_t nextrefresh;
int refreshdisplay; // When >0 make a full display update every <refreshdisplay> seconds
time_t nextkeepalive;
int keepalivedisplay; // When >0 refresh upper left char every <keepalivedisplay> seconds to keep display alive
int output_state; // what was most recently output to the output port
} PrivateData;