mirror of
https://github.com/semerad/gt3b.git
synced 2026-02-20 03:21:32 +01:00
in key_test(), show long-key presses as "L" and not "1"
This commit is contained in:
@@ -227,7 +227,7 @@ void menu_key_test(void) {
|
||||
if (btn(bit)) {
|
||||
key_beep();
|
||||
lcd_chars(key_ids[i]);
|
||||
if (btnl(bit)) lcd_7seg(1);
|
||||
if (btnl(bit)) lcd_7seg(L7_L);
|
||||
else lcd_set(L7SEG, LB_EMPTY);
|
||||
lcd_update();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user