changeset 430:5604cd15c39f

minor
author heinrichsweikamp
date Tue, 21 Jun 2016 12:44:19 +0200
parents 4b93354b7738
children 9500b2d3e32b
files src/logbook.asm
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/logbook.asm	Thu Jun 16 13:21:46 2016 +0200
+++ b/src/logbook.asm	Tue Jun 21 12:44:19 2016 +0200
@@ -910,13 +910,13 @@
     bra         profile_display_skip_marker ; No
 
     ; 2x2 square
-    incf        apnoe_mins,W
+    incf        apnoe_mins,W	; increase row (Y)
     movff       WREG,win_top
     movlw       .4
     movff       WREG,win_height
     movlw       .2
     movff       WREG,win_width
-    decf        logbook_pixel_x_pos,W
+    decf        logbook_pixel_x_pos,W	; decrease column (X)
     movff       WREG,win_leftx2
 
     movlw       color_orange