Mercurial > public > mk2
changeset 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 | 5322e0660b36 |
children | 780f182ae2b8 |
files | code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/display_lowlevel.asm |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Wed Sep 25 12:52:45 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Fri Oct 18 12:22:18 2013 +0200 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'73' ; Software version XX.YY +#DEFINE softwareversion_y d'74' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release)
--- a/code_part1/OSTC_code_asm_part1/display_lowlevel.asm Wed Sep 25 12:52:45 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/display_lowlevel.asm Fri Oct 18 12:22:18 2013 +0200 @@ -249,6 +249,7 @@ ; DISP Display Off ; ----------------------------- DISP_DisplayOff: + rcall DISP_ClearScreen clrf PORTD bcf DISPLAY_hv bcf DISPLAY_vdd