diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 255:1efd59d689f8

small change in the set time menu, default setpoints set to 0.8, 1.0 and 1.2Bar
author heinrichsweikamp
date Sun, 10 Apr 2011 09:17:20 +0200
parents 8f20e8948b97
children d8dfbc7041b0
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Fri Apr 08 11:58:55 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Sun Apr 10 09:17:20 2011 +0200
@@ -292,8 +292,6 @@
 
     movlb   1                       ; For C-code calls
 	call	PLED_boot				; PLED boot
-	call	PLED_ClearScreen		; clean up OLED
-
 	call	PLED_standard_color
 	WIN_INVERT	.0					; Init new Wordprocessor
 
@@ -1697,8 +1695,8 @@
 	PUTC    ' '
 ;	movff		int_O_desaturation_time+0,lo			; divide by 60...
 ;	movff		int_O_desaturation_time+1,hi
-movff		desaturation_time_buffer+0,lo			; divide by 60...
-movff		desaturation_time_buffer+1,hi
+	movff		desaturation_time_buffer+0,lo			; divide by 60...
+	movff		desaturation_time_buffer+1,hi
 
 	call		convert_time				; converts hi:lo in minutes to hours (hi) and minutes (lo)
 	bsf			leftbind
@@ -1764,7 +1762,6 @@
 	btfsc	high_altitude_mode		; In high altitude mode?
 	call	PLED_warnings_color		; Yes, display ambient pressure in red
 
-
 	lfsr	FSR2,letter
 	movff	amb_pressure+0,lo
 	movff	amb_pressure+1,hi