comparison src/comm.asm @ 251:3fec179a6220

some cleanup, temporaly disable dive_warning.inc
author heinrichsweikamp
date Wed, 18 Mar 2015 17:39:27 +0100
parents 416723c8ccd8
children d912fb71d606
comparison
equal deleted inserted replaced
250:20e3bad0b0f2 251:3fec179a6220
72 movwf TBLPTRL 72 movwf TBLPTRL
73 movlw 0xEE 73 movlw 0xEE
74 movwf TBLPTRH 74 movwf TBLPTRH
75 movlw 0x01 75 movlw 0x01
76 movwf TBLPTRU 76 movwf TBLPTRU
77 extern color_image
77 call color_image ; Show usb logo 78 call color_image ; Show usb logo
78 WIN_SMALL comm_status1_column, comm_status1_row 79 WIN_SMALL comm_status1_column, comm_status1_row
79 STRCPY_TEXT_PRINT tUsbStarting ; Starting... 80 STRCPY_TEXT_PRINT tUsbStarting ; Starting...
80 call TFT_serial ; Show serial and firmware version 81 call TFT_serial ; Show serial and firmware version
81 bcf enable_screen_dumps ; =1: Ignore vin_usb, wait for "l" command (Screen dump) 82 bcf enable_screen_dumps ; =1: Ignore vin_usb, wait for "l" command (Screen dump)
204 bsf LEDr 205 bsf LEDr
205 WIN_SMALL comm_status3_column, comm_status3_row 206 WIN_SMALL comm_status3_column, comm_status3_row
206 STRCPY_TEXT_PRINT tUsbLlBld ; Low Level Bootloader started 207 STRCPY_TEXT_PRINT tUsbLlBld ; Low Level Bootloader started
207 WIN_TOP comm_warning_row 208 WIN_TOP comm_warning_row
208 WIN_LEFT comm_warning_column 209 WIN_LEFT comm_warning_column
209 TFT_WRITE_PROM_IMAGE dive_warning_block ; Show Warning icon 210 ; TFT_WRITE_PROM_IMAGE dive_warning_block ; Show Warning icon
210 goto 0x1FF0C 211 goto 0x1FF0C
211 212
212 ;----------------------------------------------------------------------------- 213 ;-----------------------------------------------------------------------------
213 ; Sends external flash from 0x3E0000 to 0x3FD000 (118784bytes) via comm 214 ; Sends external flash from 0x3E0000 to 0x3FD000 (118784bytes) via comm
214 ; 215 ;