Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 28:e01e6428d316
CHANGE: Change of color layout (OSTC Mk.2 Only)
author | heinrichsweikamp |
---|---|
date | Sun, 16 May 2010 15:38:50 +0200 |
parents | 29341afd2060 |
children | 65d5b0c8da41 |
comparison
equal
deleted
inserted
replaced
27:29341afd2060 | 28:e01e6428d316 |
---|---|
249 #DEFINE timeout_apnoe_mode d'10' ; 8Bit 10min | 249 #DEFINE timeout_apnoe_mode d'10' ; 8Bit 10min |
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: Cyan | 254 #DEFINE color_battery_surface d'199' ; 8Bit Color Battery sign: Deep blue |
255 #DEFINE color_standard1 d'255' ; 8Bit Color Standard: White | 255 #DEFINE color_standard1 d'255' ; 8Bit Color Standard: White |
256 #DEFINE color_divemask d'224' ; 8Bit Color Divemask: Red | 256 #DEFINE color_divemask d'62' ; 8Bit Color Divemask: Light green |
257 #DEFINE color_warnings d'224' ; 8Bit Color Warnings: Red | 257 #DEFINE color_warnings d'224' ; 8Bit Color Warnings: Red |
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 not_used_cf39_binary d'0' ; 1Bit =1 Flip Display | 260 #DEFINE not_used_cf39_binary d'0' ; 1Bit =1 Flip Display |
261 #DEFINE not_used_cf40_binary d'0' ; 1Bit =1 Use alternative outputs for ppO2 sensor | 261 #DEFINE not_used_cf40_binary d'0' ; 1Bit =1 Use alternative outputs for ppO2 sensor |