diff code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 129:06c4899ddb4b

Custom views in dive mode configrable (New CF50-CF53) Total Average Depth (Non-Resetable) Some Display fixes in Divemode Bugfix Timeout reset in Surfacemode
author Heinrichsweikamp
date Tue, 04 Jan 2011 16:32:28 +0100
parents 6a94f96e9cea
children d721b49b8934
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Tue Jan 04 02:49:15 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Tue Jan 04 16:32:28 2011 +0100
@@ -237,10 +237,10 @@
 	bra		PLED_box2
 
 	movlw	0x00					; NOP, to stop Address Update Counter
-	bra     PLED_CmdWrite
+	bra     PLED_CmdWrite			; Returns...
 
 ;=============================================================================
-; PLED_ClearScreen: An optimized version of PLEX_box, for ful screen black.
+; PLED_ClearScreen: An optimized version of PLEX_box, for full screen black.
 ; Trashed: WREG, PROD
 
 PLED_ClearScreen: