Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 720:4452837aff37
Vault date and time during update
author | heinrichsweikamp |
---|---|
date | Sun, 26 May 2013 11:58:56 +0200 |
parents | 91ae251d379f |
children | b92ee354baae |
comparison
equal
deleted
inserted
replaced
719:ad5ab9910820 | 720:4452837aff37 |
---|---|
1444 incf_eeprom_address d'10' ; Skip another 10 byte from the header for 0x21 format | 1444 incf_eeprom_address d'10' ; Skip another 10 byte from the header for 0x21 format |
1445 return | 1445 return |
1446 | 1446 |
1447 logbook_convert_64k: ; Converts <1.91 logbook (32kB) to 64kB variant | 1447 logbook_convert_64k: ; Converts <1.91 logbook (32kB) to 64kB variant |
1448 call DISPLAY_boot | 1448 call DISPLAY_boot |
1449 call DISP_ClearScreen ; Clear screen | |
1450 movlw color_red | 1449 movlw color_red |
1451 call DISP_set_color ; Set to Red | 1450 call DISP_set_color ; Set to Red |
1452 DISPLAYTEXTH d'303' ; Please wait! | 1451 DISPLAYTEXTH d'303' ; Please wait! |
1453 clrf EEADR | 1452 clrf EEADR |
1454 movlw d'1' | 1453 movlw d'1' |