diff code_part1/OSTC_code_asm_part1/menu_reset.asm @ 3:3cf8af30b36e

v1.51 beta
author heinrichsweikamp
date Thu, 04 Feb 2010 14:56:12 +0100
parents 96a35aeda5f2
children 395230c28023
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_reset.asm	Wed Jan 20 15:17:37 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm	Thu Feb 04 14:56:12 2010 +0100
@@ -252,7 +252,7 @@
 #DEFINE	GF_low_default				d'30'		; 8Bit		30%
 #DEFINE	GF_high_default				d'90'		; 8Bit		90%
 #DEFINE	color_battery_surface		d'223'		; 8Bit		Color Battery sign Surfacemode
-#DEFINE	SP_high_HUD_default			d'140'		; 8Bit		1.40Bar
+#DEFINE	color_standard1				d'255'		; 8Bit		1.40Bar
 #DEFINE	SP_nom_HUD_default			d'120'		; 8Bit		1.20Bar
 #DEFINE	HUD_style					d'0'		; 8Bit		OSTC Style
 
@@ -384,7 +384,7 @@
 	movlw	color_battery_surface
 	rcall	reset_customfunction	; saves default and current value
 
-	movlw	SP_high_HUD_default			
+	movlw	color_standard1
 	rcall	reset_customfunction	; saves default and current value
 
 	movlw	SP_nom_HUD_default