comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 91:3bcccb697bce

Added HW logo and dimmed cursor in small font.
author JeanDo
date Fri, 10 Dec 2010 02:35:26 +0100
parents 8d3c1bef6551
children 6f8e3a08011e
comparison
equal deleted inserted replaced
90:6655b1c59adc 91:3bcccb697bce
2389 WIN_INVERT .0 ; Init new Wordprocessor 2389 WIN_INVERT .0 ; Init new Wordprocessor
2390 call PLED_standard_color 2390 call PLED_standard_color
2391 2391
2392 2392
2393 lfsr FSR2,letter 2393 lfsr FSR2,letter
2394 movlw 0x85 ; New aa_font_28 5 grays HW logo.
2395 movwf POSTINC2
2396 movlw 0x86
2397 movwf POSTINC2
2398 movlw ' '
2399 movwf POSTINC2
2400 movwf POSTINC2
2401
2394 OUTPUTTEXTH d'262' ; "OSTC " 2402 OUTPUTTEXTH d'262' ; "OSTC "
2395 clrf EEADRH 2403 clrf EEADRH
2396 clrf EEADR ; Get Serial number LOW 2404 clrf EEADR ; Get Serial number LOW
2397 call read_eeprom ; read byte 2405 call read_eeprom ; read byte
2398 movff EEDATA,lo 2406 movff EEDATA,lo
2415 movlw softwareversion_y 2423 movlw softwareversion_y
2416 movwf lo 2424 movwf lo
2417 bsf leftbind 2425 bsf leftbind
2418 output_99x 2426 output_99x
2419 bcf leftbind 2427 bcf leftbind
2428
2420 call word_processor 2429 call word_processor
2421 return 2430 return
2422 2431
2423 PLED_divemode_menu_mask_first: ; Write Divemode menu1 mask 2432 PLED_divemode_menu_mask_first: ; Write Divemode menu1 mask
2424 ostc_debug 'o' ; Sends debug-information to screen if debugmode active 2433 ostc_debug 'o' ; Sends debug-information to screen if debugmode active