thermferm/panel.c

changeset 219
ae720212accc
parent 216
d734255e66a0
child 228
11655e7124c5
equal deleted inserted replaced
218:311a293b3e46 219:ae720212accc
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 // if (Backlight == 0)
141 setBacklight(1); 141 setBacklight(1);
142 Backlight = LCD_SLEEP; 142 Backlight = LCD_SLEEP;
143 menutimer = 0; 143 menutimer = 0;
144 } else { 144 } else {
145 /* 145 /*

mercurial