Mercurial > public > hwos_code
comparison src/divemode.inc @ 370:67e631aa5b8c
debugging the compass screen
author | heinrichsweikamp |
---|---|
date | Tue, 18 Aug 2015 22:02:55 +0200 |
parents | ca32cf2435c6 |
children | fec5eec4c8b7 |
comparison
equal
deleted
inserted
replaced
369:ca32cf2435c6 | 370:67e631aa5b8c |
---|---|
291 #DEFINE dm_temp_column .0 ; 0 | 291 #DEFINE dm_temp_column .0 ; 0 |
292 ; Simulation text | 292 ; Simulation text |
293 #DEFINE dm_simtext_row dm_3rdrow_top ; 165 | 293 #DEFINE dm_simtext_row dm_3rdrow_top ; 165 |
294 #DEFINE dm_simtext_column .30 ; 30 | 294 #DEFINE dm_simtext_column .30 ; 30 |
295 ; Diluent gas | 295 ; Diluent gas |
296 #DEFINE dm_active_dil_row dm_3rdrow_top+.24 ; 189 | 296 #DEFINE dm_active_dil_row dm_3rdrow_top+.23 ; 189 |
297 #DEFINE dm_active_dil_column .0 ; 0 | 297 #DEFINE dm_active_dil_column .0 ; 0 |
298 ; active gas for OC, blinking better gas, setpoint or bailout for CCR | 298 ; active gas for OC, blinking better gas, setpoint or bailout for CCR |
299 #DEFINE dm_active_gas_row .208 ; 208 | 299 #DEFINE dm_active_gas_row .208 ; 208 |
300 #DEFINE dm_active_gas_column .0 ; 0 | 300 #DEFINE dm_active_gas_column .0 ; 0 |
301 | 301 |