Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/divemode.inc Wed Jun 10 22:24:27 2015 +0100 +++ b/src/divemode.inc Wed Jun 10 22:32:38 2015 +0100 @@ -54,9 +54,9 @@ #DEFINE dm_velocity_text_bot dm_velocity_text_row+.23 ; 99 #DEFINE dm_velocity_text_rgt dm_depth_rgt ; 61 ; Ascend/Descend bar -#DEFINE dm_velobar_top dm_offset ; 14 !! _top+60 must fit into sub_a+0 !! +#DEFINE dm_velobar_top dm_offset ; 14 #DEFINE dm_velobar_lft dm_depth_rgt+.1 ; 62 -#DEFINE dm_velobar_bot dm_offset+.85 ; 99 +#DEFINE dm_velobar_bot dm_offset+.85 ; 99 // must fit into 8b #DEFINE dm_velobar_rgt .73 ; 73 #DEFINE dm_velobar_width .12 @@ -316,6 +316,10 @@ ; FTTS (only modded screen) #DEFINE dm_ftts_value_row dm_3rdrow_top+.64 ; 215 #DEFINE dm_ftts_value_column .97 ; 97 +; Grid line (only modded screen) +#DEFINE dm_gassep_row dm_sep_2_3_row ; 164 +#DEFINE dm_gassep_bot .239 ; .239 +#DEFINE dm_gassep_column .78 ; .78 ;******* Bottom content / Apnea mode *******; #DEFINE dm_apnoe_surface_time_text_row .190 ; 190 @@ -328,7 +332,6 @@ #DEFINE dm_apnoe_last_max_depth_column .100 ; 100 - ; IV. The last set of parameters are for the menus displayed in dive mode ; Divemode menu #DEFINE dm_menu_row .164 ; 164 Upper row -- the frame's top line is the separator