comparison src/logbook.asm @ 572:0039f057b90f

Fix time of dive in internal logbook
author heinrichsweikamp
date Mon, 12 Feb 2018 16:24:58 +0100
parents b7eb98dbd800
children b455b31ce022
comparison
equal deleted inserted replaced
571:1a7957306d49 572:0039f057b90f
470 call ext_flash_byte_read_plus ; 0=OC, 1=CC, 2=Gauge, 3=Apnea into temp1 470 call ext_flash_byte_read_plus ; 0=OC, 1=CC, 2=Gauge, 3=Apnea into temp1
471 movff temp1,lo 471 movff temp1,lo
472 call TFT_display_decotype_surface1 ; "strcat_print"s divemode (OC, CC, APNEA or GAUGE) 472 call TFT_display_decotype_surface1 ; "strcat_print"s divemode (OC, CC, APNEA or GAUGE)
473 473
474 WIN_SMALL logbook_time_column, logbook_time_row 474 WIN_SMALL logbook_time_column, logbook_time_row
475 LOG_POINT_TO log_time
475 call ext_flash_byte_read_plus ; hour 476 call ext_flash_byte_read_plus ; hour
476 movff temp1,lo 477 movff temp1,lo
477 call ext_flash_byte_read_plus ; Minutes 478 call ext_flash_byte_read_plus ; Minutes
478 movff temp1,hi 479 movff temp1,hi
479 output_99x ; hour 480 output_99x ; hour