Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 411:e6e1b89b7c3e
BUGFIX: CNS was not cleared with a "Reset Deco"
author | heinrichsweikamp |
---|---|
date | Tue, 12 Jul 2011 20:21:57 +0200 |
parents | 469f4861c7c1 |
children | 07f5b0baaa57 |
comparison
equal
deleted
inserted
replaced
410:c6f9eb123b85 | 411:e6e1b89b7c3e |
---|---|
615 | 615 |
616 rcall PLED_ClearScreen | 616 rcall PLED_ClearScreen |
617 | 617 |
618 bsf oled_hv | 618 bsf oled_hv |
619 WAITMS d'32' | 619 WAITMS d'32' |
620 bsf oled_hv | |
621 WAITMS d'32' | |
622 bsf oled_hv | |
620 | 623 |
621 movlw 0x05 | 624 movlw 0x05 |
622 rcall PLED_CmdWrite | 625 rcall PLED_CmdWrite |
623 movlw 0x00 | 626 movlw 0x00 |
624 rcall PLED_DataWrite | 627 rcall PLED_DataWrite |