Иктонки реагируют на конфиг

This commit is contained in:
MultiMote 2015-03-09 21:52:33 +03:00
parent e86c0af334
commit eb7bf93338
2 changed files with 5 additions and 5 deletions

10
main.c
View File

@ -97,13 +97,13 @@ void drawForeground() {
LCDIcon(&display_icon[0][0], 35, 1, 2, 9, true); LCDIcon(&display_icon[0][0], 35, 1, 2, 9, true);
LCDIcon(&alarm_icon[0][0], 51, 3, 1, 7, true); LCDIcon(&alarm_icon[0][0], 51, 3, 1, 7, true);
/* if (halfSecond)LCDIcon(&highlight[0][0], 1, 0, 1, 11, true); // èíäèêàòîð if (CFG_LED)LCDIcon(&highlight[0][0], 1, 0, 1, 11, true); // èíäèêàòîð
if (halfSecond)LCDIcon(&highlight[0][0], 32, 2, 1, 11, true); // ïîäñâåòêà äèñïëåÿ if (CFG_BACKLIGHT)LCDIcon(&highlight[0][0], 32, 2, 1, 11, true); // ïîäñâåòêà äèñïëåÿ
if (halfSecond)LCDIcon(&highlight[0][0], 49, 0, 1, 11, true); // ñèãíàë if (CFG_ALARM)LCDIcon(&highlight[0][0], 49, 0, 1, 11, true); // ñèãíàë
if (halfSecond)LCDIcon(&loud[0][0], 23, 3, 1, 8, true); if (CFG_SOUND)LCDIcon(&loud[0][0], 23, 3, 1, 8, true);
else LCDIcon(&mute[0][0], 23, 4, 1, 4, true);*/ else LCDIcon(&mute[0][0], 23, 4, 1, 4, true);
uint8_t sec = halfSeconds + 1; uint8_t sec = halfSeconds + 1;

Binary file not shown.