Add key pad support to the glcd driver.

This commit is contained in:
mmdolze
2011-12-03 20:10:40 +00:00
parent 3f5d81461a
commit 7d4dd740eb
6 changed files with 195 additions and 10 deletions
+1 -1
View File
@@ -1233,7 +1233,7 @@ HD44780_get_key(Driver *drvthis)
char *keystr = NULL;
struct timeval curr_time, time_diff;
/* return "no key pressed" if required functions mission or input disabled */
/* return "no key pressed" if required function is missing or input disabled */
if ((!p->have_keypad) || (p->hd44780_functions->scankeypad == NULL))
return NULL;