diff src/strings.inc @ 189:e79bc535ef9e

ignore un-calibrated sensors even if they become valid
author heinrichsweikamp
date Wed, 29 Oct 2014 12:53:01 +0100
parents 11d4fc797f74
children ca4556fb60b9
line wrap: on
line diff
--- a/src/strings.inc	Mon Oct 27 11:28:48 2014 +0100
+++ b/src/strings.inc	Wed Oct 29 12:53:01 2014 +0100
@@ -101,7 +101,7 @@
         endm
 
 ;=============================================================================
-; A shortcut for the macros WIN_TOP + WIN_LEFT + WIN_FONT + WIN_INVERT.
+; A shortcut for the macros WIN_TOP + WIN_LEFT + WIN_FONT.
 ; The idea is to replace a 4x6=24 bytes sequence by a more compact 6bytes one.
 ;
 ; Trashed: TBLPTR, TABLAT, WREG.
@@ -112,60 +112,30 @@
         DB      x, y
         endm
 
-        extern  start_tiny_invert_block
-WIN_TINY_INVERT macro x, y
-        call    start_tiny_invert_block
-        DB      x, y
-        endm
-
         extern  start_small_block
 WIN_SMALL macro x, y
         call    start_small_block
         DB      x, y
         endm
 
-        extern  start_small_invert_block
-WIN_SMALL_INVERT macro x, y
-        call    start_small_invert_block
-        DB      x, y
-        endm
-
         extern  start_std_block
 WIN_STD macro x, y
         call    start_std_block
         DB      x, y
         endm
 
-        extern  start_std_invert_block
-WIN_STD_INVERT macro x, y
-        call    start_std_invert_block
-        DB      x, y
-        endm
-
         extern  start_medium_block
 WIN_MEDIUM   macro   x, y
         call    start_medium_block
         DB      x, y
         endm
 
-        extern  start_medium_invert_block
-WIN_MEDIUM_INVERT   macro   x, y
-        call    start_medium_invert_block
-        DB      x, y
-        endm
-
        extern  start_large_block
 WIN_LARGE   macro   x, y
        call    start_large_block
        DB      x, y
        endm
 
-        extern  start_large_invert_block
-WIN_LARGE_INVERT   macro   x, y
-        call    start_large_invert_block
-        DB      x, y
-        endm
-
 ;=============================================================================
 ; Shortcuts for compact display programmings.
 TEXT_TINY macro   x, y, txt