comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 140:87a53efbb5ba

"beta" shown for beta versions noFly and Desat time only shown when > 0
author heinrichsweikamp
date Thu, 06 Jan 2011 18:12:15 +0100
parents dd4b899c56c1
children 54cc1346ac15
comparison
equal deleted inserted replaced
139:e09ecbae060e 140:87a53efbb5ba
339 movlw d'0' 339 movlw d'0'
340 clrf EEDATA 340 clrf EEDATA
341 write_int_eeprom d'39' ; Disable Debugbode 341 write_int_eeprom d'39' ; Disable Debugbode
342 clrf EEDATA 342 clrf EEDATA
343 write_int_eeprom d'90' ; Disable Brightness offset? (Dim=1, Normal = 0) 343 write_int_eeprom d'90' ; Disable Brightness offset? (Dim=1, Normal = 0)
344 clrf EEDATA 344
345 write_int_eeprom d'91' ; Reset Date format to MM/DD/YY 345 movlw d'1'
346 write_int_eeprom d'91' ; Reset Date format to DD.MM.YY
346 347
347 movlw d'100' 348 movlw d'100'
348 write_int_eeprom d'26' ; Salinity default: 1.00 kg/l 349 write_int_eeprom d'26' ; Salinity default: 1.00 kg/l
349 350
350 movlw b'00011111' 351 movlw b'00011111'