mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Issue 42 partly solved
This commit is contained in:
parent
fcf93ad789
commit
c0ccef70c8
2 changed files with 3 additions and 3 deletions
|
@ -69,8 +69,8 @@
|
|||
#define ROUND 0x08
|
||||
|
||||
/* switches flags */
|
||||
#define SWONLY 0x40 /* means no ON OFF, only switches */
|
||||
#define SWCONDENSED 0x80 /* means that THRm will be displayed as THR */
|
||||
#define SWONLY 0x10 /* means no ON OFF, only switches */
|
||||
#define SWCONDENSED 0x20 /* means that THRm will be displayed as THR */
|
||||
|
||||
/* telemetry flags */
|
||||
#define NO_UNIT 0x40
|
||||
|
|
|
@ -598,7 +598,7 @@ void menuProcModel(uint8_t event)
|
|||
TimerData *timer = &g_model.timers[k-ITEM_MODEL_TIMER1];
|
||||
putsStrIdx(0*FW, y, STR_TIMER, k-ITEM_MODEL_TIMER1+1); // TODO keep that?
|
||||
putsTmrMode(MODEL_PARAM_OFS, y, timer->mode, (attr && m_posHorz==0) ? blink : 0);
|
||||
putsTime(14*FW, y, timer->val,
|
||||
putsTime(15*FW, y, timer->val,
|
||||
(attr && m_posHorz==1 ? blink:0),
|
||||
(attr && m_posHorz==2 ? blink:0) );
|
||||
if (attr && (s_editMode>0 || p1valdiff)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue