Mercurial > public > hwos_code
comparison src/divemode.inc @ 405:08fea401be24
BUGFIX: Divetime >99mins was not displayed (Only OSTC2 with serial >= )
BUGFIX: Minor layout fix in divemode (Dynamic gaslist)
author | heinrichsweikamp |
---|---|
date | Mon, 01 Feb 2016 20:44:01 +0100 |
parents | db25f2028074 |
children | 12e85930d95c |
comparison
equal
deleted
inserted
replaced
404:8759a37361a5 | 405:08fea401be24 |
---|---|
92 | 92 |
93 ;******* Upper content / content row / 3rd col ******* | 93 ;******* Upper content / content row / 3rd col ******* |
94 ; Dive time | 94 ; Dive time |
95 #DEFINE dm_divetime_row dm_offset ; 14 | 95 #DEFINE dm_divetime_row dm_offset ; 14 |
96 #DEFINE dm_divetime_column .115 ; 115 | 96 #DEFINE dm_divetime_column .115 ; 115 |
97 #DEFINE dm_divetime_minsonly_column .113 ; 113 | 97 #DEFINE dm_divetime_minsonly_column .111 ; 111 |
98 #DEFINE dm_divetime_bot dm_divetime_row+.34 ; 48 | 98 #DEFINE dm_divetime_bot dm_divetime_row+.34 ; 48 |
99 #DEFINE dm_divetime_rgt .159 ; 159 | 99 #DEFINE dm_divetime_rgt .159 ; 159 |
100 #DEFINE dm_divetime_secs_row dm_divetime_row+.11 ; 25 | 100 #DEFINE dm_divetime_secs_row dm_divetime_row+.11 ; 25 |
101 #DEFINE dm_divetime_secs_column dm_divetime_column+.24 ; 139 | 101 #DEFINE dm_divetime_secs_column dm_divetime_column+.24 ; 139 |
102 ; Warning icon | 102 ; Warning icon |