Fixed key handling; keypad settings via configfile

This commit is contained in:
reenoo
2001-12-09 18:39:39 +00:00
parent 390cf538f3
commit a915215e42
2 changed files with 42 additions and 3 deletions
+6
View File
@@ -44,4 +44,10 @@ int lcdm001_init (struct lcd_logical_driver *driver, char *args);
#define OPEN_HEART ' ' //This combination is at least visible
#define FILLED_HEART '*'
#define PAD 255
#define LEFT_KEY '1'
#define RIGHT_KEY '2'
#define UP_KEY '3'
#define DOWN_KEY '4'
#endif