# HG changeset patch # User heinrichsweikamp # Date 1466592987 -7200 # Node ID b22c732f858a3daf5437cfcd902800f14dec68d0 # Parent 929feb0da4f55d1e86a5d64b97afd92de6ede9a2 minor diff -r 929feb0da4f5 -r b22c732f858a src/logbook.asm --- a/src/logbook.asm Wed Jun 22 12:36:15 2016 +0200 +++ b/src/logbook.asm Wed Jun 22 12:56:27 2016 +0200 @@ -224,7 +224,7 @@ dcfsnz temp1,F movlw .8*logbook_row_offset - movff WREG,win_top + movwf win_top STRCPY_PRINT "\xB7" return @@ -729,6 +729,7 @@ movwf win_height movlw profile_width_pixels+.1 movwf win_width+0 ; Right border (0-159) + clrf win_width+1 bra display_profile2f ; No 0m line display_profile2e: call TFT_box ; Inputs: win_top, win_leftx2, win_height, win_width, win_color1, win_color2