Иктонки реагируют на конфиг
This commit is contained in:
parent
e86c0af334
commit
eb7bf93338
10
main.c
10
main.c
@ -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;
|
||||||
|
BIN
other/design.xcf
BIN
other/design.xcf
Binary file not shown.
Loading…
Reference in New Issue
Block a user