mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
keypad bug fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@906 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
+1
-1
@@ -615,7 +615,7 @@ static int drv_CF_keypad(const int num)
|
||||
case 2:
|
||||
break;
|
||||
case 3:
|
||||
if ((num < 8) || ((num > 12) && (num < 17)))
|
||||
if ((num < 7) || ((num > 12) && (num < 17)))
|
||||
val = WIDGET_KEY_PRESSED;
|
||||
else
|
||||
val = WIDGET_KEY_RELEASED;
|
||||
|
||||
Reference in New Issue
Block a user