comparison src/divemode.inc @ 315:4f83470dcece new_screen_layout

VSIbar #3: remaining changes for the split style bar
author Janos Kovacs <kovjanos@gmail.com>
date Wed, 10 Jun 2015 22:32:38 +0100
parents 453a3d13570f
children 0ff81ff290ce
comparison
equal deleted inserted replaced
314:226e1405b86c 315:4f83470dcece
52 #DEFINE dm_velocity_text_row dm_depth_row+.62 ; 76 52 #DEFINE dm_velocity_text_row dm_depth_row+.62 ; 76
53 #DEFINE dm_velocity_text_column dm_depth_column ; 0 53 #DEFINE dm_velocity_text_column dm_depth_column ; 0
54 #DEFINE dm_velocity_text_bot dm_velocity_text_row+.23 ; 99 54 #DEFINE dm_velocity_text_bot dm_velocity_text_row+.23 ; 99
55 #DEFINE dm_velocity_text_rgt dm_depth_rgt ; 61 55 #DEFINE dm_velocity_text_rgt dm_depth_rgt ; 61
56 ; Ascend/Descend bar 56 ; Ascend/Descend bar
57 #DEFINE dm_velobar_top dm_offset ; 14 !! _top+60 must fit into sub_a+0 !! 57 #DEFINE dm_velobar_top dm_offset ; 14
58 #DEFINE dm_velobar_lft dm_depth_rgt+.1 ; 62 58 #DEFINE dm_velobar_lft dm_depth_rgt+.1 ; 62
59 #DEFINE dm_velobar_bot dm_offset+.85 ; 99 59 #DEFINE dm_velobar_bot dm_offset+.85 ; 99 // must fit into 8b
60 #DEFINE dm_velobar_rgt .73 ; 73 60 #DEFINE dm_velobar_rgt .73 ; 73
61 #DEFINE dm_velobar_width .12 61 #DEFINE dm_velobar_width .12
62 62
63 ;******* Upper content / content row / 2nd col ******* 63 ;******* Upper content / content row / 2nd col *******
64 #DEFINE dm_upcnt_2ndcol .74 ; 74 64 #DEFINE dm_upcnt_2ndcol .74 ; 74
314 #DEFINE dm_ndl_text_row dm_tts_text_row ; 202 314 #DEFINE dm_ndl_text_row dm_tts_text_row ; 202
315 #DEFINE dm_ndl_text_column dm_tts_text_column ; 85 315 #DEFINE dm_ndl_text_column dm_tts_text_column ; 85
316 ; FTTS (only modded screen) 316 ; FTTS (only modded screen)
317 #DEFINE dm_ftts_value_row dm_3rdrow_top+.64 ; 215 317 #DEFINE dm_ftts_value_row dm_3rdrow_top+.64 ; 215
318 #DEFINE dm_ftts_value_column .97 ; 97 318 #DEFINE dm_ftts_value_column .97 ; 97
319 ; Grid line (only modded screen)
320 #DEFINE dm_gassep_row dm_sep_2_3_row ; 164
321 #DEFINE dm_gassep_bot .239 ; .239
322 #DEFINE dm_gassep_column .78 ; .78
319 323
320 ;******* Bottom content / Apnea mode *******; 324 ;******* Bottom content / Apnea mode *******;
321 #DEFINE dm_apnoe_surface_time_text_row .190 ; 190 325 #DEFINE dm_apnoe_surface_time_text_row .190 ; 190
322 #DEFINE dm_apnoe_surface_time_text_col .30 ; 30 326 #DEFINE dm_apnoe_surface_time_text_col .30 ; 30
323 #DEFINE dm_apnoe_surface_time_row .204 ; 204 327 #DEFINE dm_apnoe_surface_time_row .204 ; 204
326 #DEFINE dm_apnoe_last_max_depth_text_col .100 ; 100 330 #DEFINE dm_apnoe_last_max_depth_text_col .100 ; 100
327 #DEFINE dm_apnoe_last_max_depth_row .204 ; 204 331 #DEFINE dm_apnoe_last_max_depth_row .204 ; 204
328 #DEFINE dm_apnoe_last_max_depth_column .100 ; 100 332 #DEFINE dm_apnoe_last_max_depth_column .100 ; 100
329 333
330 334
331
332 ; IV. The last set of parameters are for the menus displayed in dive mode 335 ; IV. The last set of parameters are for the menus displayed in dive mode
333 ; Divemode menu 336 ; Divemode menu
334 #DEFINE dm_menu_row .164 ; 164 Upper row -- the frame's top line is the separator 337 #DEFINE dm_menu_row .164 ; 164 Upper row -- the frame's top line is the separator
335 #DEFINE dm_menu_lower .239 ; 239 Lower border 338 #DEFINE dm_menu_lower .239 ; 239 Lower border
336 #DEFINE dm_menu_left .0 ; 0 Left 339 #DEFINE dm_menu_left .0 ; 0 Left