mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Work on timers and the trace function.
The timer2 should be full featured now. Markers around the splash.
This commit is contained in:
parent
e96b9d410e
commit
40d36bb0c5
9 changed files with 169 additions and 166 deletions
|
@ -35,18 +35,18 @@ void menuProcStatistic(uint8_t event)
|
|||
break;
|
||||
}
|
||||
|
||||
lcd_puts_P( 1*FW, FH*1, PSTR("TME"));
|
||||
putsTime( 5*FW, FH*1, s_timeCumAbs, 0, 0);
|
||||
lcd_puts_P( 17*FW, FH*1, PSTR("TSW"));
|
||||
putsTime( 11*FW, FH*1, s_timeCumSw, 0, 0);
|
||||
lcd_puts_P( 1*FW, FH*1, PSTR("TM1"));
|
||||
putsTime( 5*FW, FH*1, s_timerVal[0], 0, 0);
|
||||
lcd_puts_P( 17*FW, FH*1, PSTR("TM2"));
|
||||
putsTime( 12*FW, FH*1, s_timerVal[1], 0, 0);
|
||||
|
||||
lcd_puts_P( 1*FW, FH*2, PSTR("STK"));
|
||||
putsTime( 5*FW, FH*2, s_timeCumThr, 0, 0);
|
||||
lcd_puts_P( 17*FW, FH*2, PSTR("ST%"));
|
||||
putsTime( 11*FW, FH*2, s_timeCum16ThrP/16, 0, 0);
|
||||
putsTime( 12*FW, FH*2, s_timeCum16ThrP/16, 0, 0);
|
||||
|
||||
lcd_puts_P( 17*FW, FH*0, PSTR("TOT"));
|
||||
putsTime( 11*FW, FH*0, s_timeCumTot, 0, 0);
|
||||
putsTime( 12*FW, FH*0, s_timeCumTot, 0, 0);
|
||||
|
||||
uint16_t traceRd = s_traceCnt>MAXTRACE ? s_traceWr : 0;
|
||||
uint8_t x=5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue