comparison code_part1/OSTC_code_asm_part1/display_lowlevel.asm @ 753:4f3c91ef3bfe

remove ghost image (On 2C only) during first second in sleep mode
author heinrichsweikamp
date Fri, 18 Oct 2013 12:22:18 +0200
parents ad5ab9910820
children d79aa21ee54c
comparison
equal deleted inserted replaced
752:5322e0660b36 753:4f3c91ef3bfe
247 247
248 ; ----------------------------- 248 ; -----------------------------
249 ; DISP Display Off 249 ; DISP Display Off
250 ; ----------------------------- 250 ; -----------------------------
251 DISP_DisplayOff: 251 DISP_DisplayOff:
252 rcall DISP_ClearScreen
252 clrf PORTD 253 clrf PORTD
253 bcf DISPLAY_hv 254 bcf DISPLAY_hv
254 bcf DISPLAY_vdd 255 bcf DISPLAY_vdd
255 bcf DISPLAY_cs 256 bcf DISPLAY_cs
256 bcf DISPLAY_e_nwr 257 bcf DISPLAY_e_nwr