Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 499:2ac77db9c150
Added OLED brightness setting, texts 280, 312 and 313 need update
author | heinrichsweikamp |
---|---|
date | Tue, 15 Nov 2011 20:36:41 +0100 |
parents | 97d3f5537b43 |
children | 9eb39a39e37e |
comparison
equal
deleted
inserted
replaced
498:4c7f7807b250 | 499:2ac77db9c150 |
---|---|
451 #DEFINE second_FD flag4,7 ; 2nd 0xFD in EEPROM found | 451 #DEFINE second_FD flag4,7 ; 2nd 0xFD in EEPROM found |
452 #DEFINE second_FA flag4,7 ; 2nd 0xFA in EEPROM found | 452 #DEFINE second_FA flag4,7 ; 2nd 0xFA in EEPROM found |
453 | 453 |
454 #DEfINE timeout_display flag5,0 ; =1: The divemode timeout is displayed | 454 #DEfINE timeout_display flag5,0 ; =1: The divemode timeout is displayed |
455 #DEFINE eeprom_blockwrite flag5,1 ; EEPROM blockwrite active | 455 #DEFINE eeprom_blockwrite flag5,1 ; EEPROM blockwrite active |
456 #DEFINE Flag_4 flag5,2 ; unused | 456 #DEFINE oled_brightness_high flag5,2 ; =1: High brightness, =0: Eco mode |
457 #DEFINE low_battery_state flag5,3 ;=1 if battery low | 457 #DEFINE low_battery_state flag5,3 ;=1 if battery low |
458 #DEFINE DP_done flag5,4 ; valconv | 458 #DEFINE DP_done flag5,4 ; valconv |
459 #DEFINE DP_done2 flag5,5 ; valconv | 459 #DEFINE DP_done2 flag5,5 ; valconv |
460 #DEFINE pressure_refresh flag5,6 ; Pressure and temperature refreshed | 460 #DEFINE pressure_refresh flag5,6 ; Pressure and temperature refreshed |
461 #DEFINE no_sensor_int flag5,7 ; block any further access to pressure sensor | 461 #DEFINE no_sensor_int flag5,7 ; block any further access to pressure sensor |