mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Top bar time colon now blinks "correctly", some people seemed to be confused by it...
This commit is contained in:
parent
0602a550d7
commit
3f14d6a066
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ void displayTopBar()
|
|||
/* RTC time */
|
||||
struct gtm t;
|
||||
gettime(&t);
|
||||
lcd_putcAtt(BAR_TIME_X+1, BAR_Y+1, ':', BLINK);
|
||||
lcd_putcAtt(BAR_TIME_X+1, BAR_Y+1, t.tm_sec%2 ? ':' : ' ', 0);
|
||||
lcd_outdezNAtt(BAR_TIME_X+1, BAR_Y+1, t.tm_hour, LEADING0, 2);
|
||||
lcd_outdezNAtt(BAR_TIME_X+3*FWNUM-1, BAR_Y+1, t.tm_min, LEADING0, 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue