Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 3:3cf8af30b36e
v1.51 beta
author | heinrichsweikamp |
---|---|
date | Thu, 04 Feb 2010 14:56:12 +0100 |
parents | d11ef8dc4b2c |
children | 31fa973a70fd |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/oled_samsung.asm Wed Jan 20 15:17:37 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/oled_samsung.asm Thu Feb 04 14:56:12 2010 +0100 @@ -237,8 +237,7 @@ cpfseq box_temp+4 bra PLED_frame5 - movlw color_white - call PLED_set_color + call PLED_standard_color return @@ -350,11 +349,9 @@ movlw 0x00 ; NOP, to stop Address Update Counter rcall PLED_CmdWrite - movlw color_white - call PLED_set_color + call PLED_standard_color return - ; ----------------------------- ; PLED_ClearScreen: ; ----------------------------- @@ -464,8 +461,8 @@ bcf oled_cs nop bsf oled_nreset - WAITMS d'10' ; Quick wake-up -; WAITMS d'250' +; WAITMS d'10' ; Quick wake-up + WAITMS d'250' ; Standard wake-up bsf oled_e_nwr nop bcf oled_nreset