thermferm/panel.c

changeset 228
11655e7124c5
parent 219
ae720212accc
child 229
5f93b61adb34
equal deleted inserted replaced
227:1cb55ea51f76 228:11655e7124c5
135 if (Key_Enter || Key_Up || Key_Down) { 135 if (Key_Enter || Key_Up || Key_Down) {
136 AnyKey = TRUE; 136 AnyKey = TRUE;
137 /* 137 /*
138 * Any key is pressed. 138 * Any key is pressed.
139 */ 139 */
140 // if (Backlight == 0) 140 setBacklight(1);
141 setBacklight(1);
142 Backlight = LCD_SLEEP; 141 Backlight = LCD_SLEEP;
143 menutimer = 0; 142 menutimer = 0;
144 } else { 143 } else {
145 /* 144 /*
146 * No key pressed. 145 * No key pressed.

mercurial