Mercurial > public > mk2
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:d11ef8dc4b2c | 3:3cf8af30b36e |
---|---|
250 #DEFINE show_voltage_value d'0' ; 1Bit =1 Show value instead of symbol, =0 Show Symbol | 250 #DEFINE show_voltage_value d'0' ; 1Bit =1 Show value instead of symbol, =0 Show Symbol |
251 | 251 |
252 #DEFINE GF_low_default d'30' ; 8Bit 30% | 252 #DEFINE GF_low_default d'30' ; 8Bit 30% |
253 #DEFINE GF_high_default d'90' ; 8Bit 90% | 253 #DEFINE GF_high_default d'90' ; 8Bit 90% |
254 #DEFINE color_battery_surface d'223' ; 8Bit Color Battery sign Surfacemode | 254 #DEFINE color_battery_surface d'223' ; 8Bit Color Battery sign Surfacemode |
255 #DEFINE SP_high_HUD_default d'140' ; 8Bit 1.40Bar | 255 #DEFINE color_standard1 d'255' ; 8Bit 1.40Bar |
256 #DEFINE SP_nom_HUD_default d'120' ; 8Bit 1.20Bar | 256 #DEFINE SP_nom_HUD_default d'120' ; 8Bit 1.20Bar |
257 #DEFINE HUD_style d'0' ; 8Bit OSTC Style | 257 #DEFINE HUD_style d'0' ; 8Bit OSTC Style |
258 | 258 |
259 #DEFINE show_seconds_divemode d'0' ; 1Bit =1 Show the seconds in Divemode | 259 #DEFINE show_seconds_divemode d'0' ; 1Bit =1 Show the seconds in Divemode |
260 #DEFINE flip_display_default d'0' ; 1Bit =1 Flip Display | 260 #DEFINE flip_display_default d'0' ; 1Bit =1 Flip Display |
382 rcall reset_customfunction ; saves default and current value | 382 rcall reset_customfunction ; saves default and current value |
383 | 383 |
384 movlw color_battery_surface | 384 movlw color_battery_surface |
385 rcall reset_customfunction ; saves default and current value | 385 rcall reset_customfunction ; saves default and current value |
386 | 386 |
387 movlw SP_high_HUD_default | 387 movlw color_standard1 |
388 rcall reset_customfunction ; saves default and current value | 388 rcall reset_customfunction ; saves default and current value |
389 | 389 |
390 movlw SP_nom_HUD_default | 390 movlw SP_nom_HUD_default |
391 rcall reset_customfunction ; saves default and current value | 391 rcall reset_customfunction ; saves default and current value |
392 | 392 |