Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/sleepmode.asm @ 681:6e456a6398e0
Hardware4 support
author | heinrichsweikamp |
---|---|
date | Fri, 25 Jan 2013 18:00:49 +0100 |
parents | e6ac142e82b0 |
children | 39e02673db4c |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/sleepmode.asm Fri Jan 25 16:31:22 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/sleepmode.asm Fri Jan 25 18:00:49 2013 +0100 @@ -27,13 +27,13 @@ decfsz temp1,F bra sleeploop1 ; build hash (about 90sek @ 16MHz) - call PLED_ClearScreen ; clear + call DISP_ClearScreen ; clear DISPLAYTEXT .1 ; "Building MD2 hash" DISPLAYTEXT .2 ; "Please wait..." call deco_hash ; calculate MD2 hash movlb b'00000001' ; Back to Bank1 sleeploop2: - call PLED_DisplayOff ; display off + call DISP_DisplayOff ; display off call disable_rs232 ; disable UART module ; Save surface mode custom view