comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 178:29ff788487fc

Added German ???? & French ???? characters in small font.
author JeanDo
date Fri, 04 Feb 2011 23:31:47 +0100
parents e26f49674956
children 77ab44108c07
comparison
equal deleted inserted replaced
177:d70dd3177d57 178:29ff788487fc
2104 call read_eeprom ; read byte 2104 call read_eeprom ; read byte
2105 movff EEDATA,hi 2105 movff EEDATA,hi
2106 2106
2107 bsf leftbind 2107 bsf leftbind
2108 output_16 2108 output_16
2109 STRCAT " \x85\x86 V" ; Scribble logo... 2109 STRCAT " \x90\x91 V" ; Scribble logo...
2110 movlw softwareversion_x 2110 movlw softwareversion_x
2111 movwf lo 2111 movwf lo
2112 bsf leftbind 2112 bsf leftbind
2113 output_8 2113 output_8
2114 PUTC '.' 2114 PUTC '.'