Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/display_lowlevel.asm @ 719:ad5ab9910820
decoplan bargraph
author | heinrichsweikamp |
---|---|
date | Thu, 23 May 2013 21:43:08 +0200 |
parents | 8c293e76a517 |
children | 4f3c91ef3bfe |
comparison
equal
deleted
inserted
replaced
718:e633a1aa6b09 | 719:ad5ab9910820 |
---|---|
519 ;---- Fill Window -------------------------------------------------------- | 519 ;---- Fill Window -------------------------------------------------------- |
520 movlw 0x22 ; Start Writing Data to GRAM | 520 movlw 0x22 ; Start Writing Data to GRAM |
521 rcall DISP_CmdWrite | 521 rcall DISP_CmdWrite |
522 | 522 |
523 clrf PRODH ; Column counter. | 523 clrf PRODH ; Column counter. |
524 bsf DISPLAY_rs ; Data! | 524 bsf DISPLAY_rs ; Data! |
525 | |
526 DISP_box2: ; Loop height times | 525 DISP_box2: ; Loop height times |
527 movff win_height,PRODL | 526 movff win_height,PRODL |
528 | 527 |
529 DISP_box3: ; loop width times | 528 DISP_box3: ; loop width times |
530 movff win_flags,WREG ; Display1? win_flags is in bank0... | 529 movff win_flags,WREG ; Display1? win_flags is in bank0... |