[Changed]: Blink Time
This commit is contained in:
@@ -172,7 +172,7 @@ void display_time(int Stunde, int Minute, int Sekunde){
|
||||
display_text(Stu + ":" + Min + ":" + Sek, message_text);
|
||||
setBrightnes(true);
|
||||
if (alarm_started == false){
|
||||
if (Sekunde % 5 == 0 && Sekunde != current_Sec){
|
||||
if (Sekunde % 2 == 0 && Sekunde != current_Sec){
|
||||
set_color(0, 0, 255);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user