Fixes to the lcdm001 driver: heartbeat problems fixed

This commit is contained in:
ddouthitt
2001-10-02 20:53:39 +00:00
parent 6708335770
commit 9169630fe9
2 changed files with 45 additions and 9 deletions
+7
View File
@@ -30,4 +30,11 @@ static char lcdm001_getkey ();
#define DEFAULT_DEVICE "/dev/lcd"
#define DEFAULT_CURSORBLINK 0
/*Heartbeat workaround
set chars to be displayed instead of "normal" icons*/
#define OPEN_HEART ' ' //This combination is at least visible
#define FILLED_HEART '*'
#define PAD '#'
#endif