diff code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 475:472bccc39aeb

some nops for read command
author heinrichsweikamp
date Sun, 09 Oct 2011 22:18:25 +0200
parents 05ec97e106da
children 0635fbb2fcf5
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Sun Oct 09 22:12:09 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Sun Oct 09 22:18:25 2011 +0200
@@ -560,6 +560,10 @@
 PLED_DataRead:
 	bsf		oled_rs					; Data register.
 	bcf		oled_e_nwr              ; Read enable.
+	nop
+	nop
+	nop
+	nop
 	movf	PORTD,W				    ; Read byte.
 	bsf		oled_e_nwr              ; release bus.
 	return