Mercurial > public > hwos_code
comparison src/compass_ops.asm @ 530:d36f9fca10ae
2.20beta release
BUGFIX: Minor dive mode layout fixes in CCR Mode
CHANGE: Minor German language fixes
NEW: Warning for Diluent beeing out of safe ppO2 range in CCR modes
NEW: New Customview 9 in OSTC cR or OSTC3 shows mV readings after Sensor calibration
author | heinrichsweikamp |
---|---|
date | Thu, 17 Aug 2017 13:20:03 +0200 |
parents | 929feb0da4f5 |
children | 64a45f203144 |
comparison
equal
deleted
inserted
replaced
529:08d7eb26665c | 530:d36f9fca10ae |
---|---|
1086 movlw color_green | 1086 movlw color_green |
1087 call TFT_set_color | 1087 call TFT_set_color |
1088 btfsc compass_bearing_lft | 1088 btfsc compass_bearing_lft |
1089 bra TFT_dive_compass_dir_ldir ; bearing_lft=1, print the left marker | 1089 bra TFT_dive_compass_dir_ldir ; bearing_lft=1, print the left marker |
1090 ;TFT_dive_compass_text_rdir: | 1090 ;TFT_dive_compass_text_rdir: |
1091 WIN_SMALL dm_custom_compass_rdir_column, dm_custom_compass_head_row | 1091 WIN_SMALL dm_custom_compass_rdir_column, dm_custom_compass_head_row-.2 |
1092 STRCPY_PRINT ">>" | 1092 STRCPY_PRINT ">>" |
1093 ; do not forget to clear the left | 1093 ; do not forget to clear the left |
1094 rcall TFT_dive_compass_dir_lclr | 1094 rcall TFT_dive_compass_dir_lclr |
1095 bra TFT_dive_compass_text | 1095 bra TFT_dive_compass_text |
1096 | 1096 |
1097 TFT_dive_compass_dir_ldir: | 1097 TFT_dive_compass_dir_ldir: |
1098 WIN_SMALL dm_custom_compass_ldir_column, dm_custom_compass_head_row | 1098 WIN_SMALL dm_custom_compass_ldir_column, dm_custom_compass_head_row-.2 |
1099 STRCPY_PRINT "<<" | 1099 STRCPY_PRINT "<<" |
1100 ; do not forget to clear the right | 1100 ; do not forget to clear the right |
1101 rcall TFT_dive_compass_dir_rclr | 1101 rcall TFT_dive_compass_dir_rclr |
1102 ;bra TFT_dive_compass_text | 1102 ;bra TFT_dive_compass_text |
1103 | 1103 |
1110 WIN_SMALL dm_custom_compass_head_column, dm_custom_compass_head_row | 1110 WIN_SMALL dm_custom_compass_head_column, dm_custom_compass_head_row |
1111 rcall TFT_surface_compass_heading_com ; Show "000° N" | 1111 rcall TFT_surface_compass_heading_com ; Show "000° N" |
1112 return | 1112 return |
1113 | 1113 |
1114 TFT_dive_compass_dir_lclr: | 1114 TFT_dive_compass_dir_lclr: |
1115 WIN_SMALL dm_custom_compass_ldir_column, dm_custom_compass_head_row | 1115 WIN_SMALL dm_custom_compass_ldir_column, dm_custom_compass_head_row-.2 |
1116 STRCPY_PRINT " " | 1116 STRCPY_PRINT " " |
1117 return | 1117 return |
1118 | 1118 |
1119 TFT_dive_compass_dir_rclr: | 1119 TFT_dive_compass_dir_rclr: |
1120 WIN_SMALL dm_custom_compass_rdir_column, dm_custom_compass_head_row | 1120 WIN_SMALL dm_custom_compass_rdir_column, dm_custom_compass_head_row-.2 |
1121 STRCPY_PRINT " " | 1121 STRCPY_PRINT " " |
1122 return | 1122 return |
1123 | 1123 |
1124 TFT_dive_compass_label_proc: | 1124 TFT_dive_compass_label_proc: |
1125 movwf sub_a+1 | 1125 movwf sub_a+1 |