Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 571:7f5419d4157d
timeout for 2nd page of Gas Setup, ceiling allingment
author | heinrichsweikamp |
---|---|
date | Sat, 14 Apr 2012 12:25:30 +0200 |
parents | c84ea647ff58 |
children | 80a1d2d5a9ee |
comparison
equal
deleted
inserted
replaced
570:9d8a2a13f733 | 571:7f5419d4157d |
---|---|
464 ostc_debug 'y' ; Sends debug-information to screen if debugmode active | 464 ostc_debug 'y' ; Sends debug-information to screen if debugmode active |
465 WIN_TOP .80 | 465 WIN_TOP .80 |
466 WIN_LEFT .94 | 466 WIN_LEFT .94 |
467 WIN_FONT FT_MEDIUM | 467 WIN_FONT FT_MEDIUM |
468 WIN_INVERT .0 ; Init new Wordprocessor | 468 WIN_INVERT .0 ; Init new Wordprocessor |
469 bcf leftbind | |
469 PLED_color_code warn_ceiling ; Color-code Output | 470 PLED_color_code warn_ceiling ; Color-code Output |
470 lfsr FSR2,letter | 471 lfsr FSR2,letter |
471 movff char_O_first_deco_depth,lo ; Ceiling in m | 472 movff char_O_first_deco_depth,lo ; Ceiling in m |
472 output_99 | 473 output_99 |
473 PUTC TXT_METER_C | 474 PUTC TXT_METER_C |
486 | 487 |
487 call PLED_standard_color | 488 call PLED_standard_color |
488 lfsr FSR2,letter | 489 lfsr FSR2,letter |
489 movff int_O_ascenttime+0,lo ; TTS | 490 movff int_O_ascenttime+0,lo ; TTS |
490 movff int_O_ascenttime+1,hi ; on 16bits | 491 movff int_O_ascenttime+1,hi ; on 16bits |
491 bcf leftbind | |
492 output_16 | 492 output_16 |
493 STRCAT_PRINT "'" | 493 STRCAT_PRINT "'" |
494 | 494 |
495 PLED_display_deko1: | 495 PLED_display_deko1: |
496 movff char_O_gradient_factor,lo ; gradient factor | 496 movff char_O_gradient_factor,lo ; gradient factor |