diff code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 331:469f4861c7c1 ScreenDump

Debug screen dump
author JeanDo
date Tue, 10 May 2011 09:49:18 +0200
parents 447390289f47
children e6e1b89b7c3e
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Tue May 10 03:18:20 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Tue May 10 09:49:18 2011 +0200
@@ -532,13 +532,7 @@
 ;       to make PortD an input port...
 PLED_DataRead:
 	bsf		oled_rs					; Data register.
-    nop                             ; Enable delay to read data...
 	bcf		oled_e_nwr              ; Read enable.
-    nop
-    nop
-    nop
-    nop
-    nop
 	movf	PORTD,W				    ; Read byte.
 	bsf		oled_e_nwr              ; release bus.
 	return