changeset 475:472bccc39aeb

some nops for read command
author heinrichsweikamp
date Sun, 09 Oct 2011 22:18:25 +0200
parents c083f5b9168c
children 7779bfa89171
files code_part1/OSTC_code_asm_part1/oled_samsung.asm
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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