comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 462:32e1174fb89e

move ppO2 display two pixels up
author heinrichsweikamp
date Sun, 25 Sep 2011 10:30:53 +0200
parents 92304826000d
children 7779bfa89171
comparison
equal deleted inserted replaced
461:68d595db29a1 462:32e1174fb89e
1060 call word_processor 1060 call word_processor
1061 return 1061 return
1062 1062
1063 PLED_show_ppO2: ; Show ppO2 (ppO2 stored in xC) 1063 PLED_show_ppO2: ; Show ppO2 (ppO2 stored in xC)
1064 ostc_debug 't' ; Sends debug-information to screen if debugmode active 1064 ostc_debug 't' ; Sends debug-information to screen if debugmode active
1065 WIN_TOP .119 1065 WIN_TOP .117
1066 WIN_LEFT .0 1066 WIN_LEFT .0
1067 WIN_FONT FT_SMALL 1067 WIN_FONT FT_SMALL
1068 PLED_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC) 1068 PLED_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC)
1069 STRCPY TXT_PPO2_5 1069 STRCPY TXT_PPO2_5
1070 1070
1087 bra PLED_show_ppO2_2 1087 bra PLED_show_ppO2_2
1088 1088
1089 PLED_show_ppO2_clear: ; Clear ppO2 1089 PLED_show_ppO2_clear: ; Clear ppO2
1090 movlw d'10' 1090 movlw d'10'
1091 movwf temp1 1091 movwf temp1
1092 WIN_TOP .120 1092 WIN_TOP .117
1093 WIN_LEFT .0 1093 WIN_LEFT .0
1094 call PLED_display_clear_common_y1 1094 call PLED_display_clear_common_y1
1095 return 1095 return
1096 1096
1097 PLED_active_gas_clear: ; clears active gas! 1097 PLED_active_gas_clear: ; clears active gas!