diff code_part1/OSTC_code_asm_part1/spanish_text.asm @ 817:e49a35ab7394

auto-SP work, auto-SP data stored in EEADR 116-119
author heinrichsweikamp
date Sat, 06 Jun 2015 14:46:27 +0200
parents df8cd5ffd993
children 2151c4135fad
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/spanish_text.asm	Sat May 16 14:48:26 2015 +0200
+++ b/code_part1/OSTC_code_asm_part1/spanish_text.asm	Sat Jun 06 14:46:27 2015 +0200
@@ -322,7 +322,7 @@
     TCODE    .0,    .2,      "Result. Sim.:"             ;188 Sim. Results:
     TCODE    .90,   .25,     "Superf."                   ;189 Surface
     TCODE    .0,    .0,      "ppO2 +"                    ;190 ppO2 +
-    TCODE    .0,    .0,      "ppO2 -"                    ;191 ppO2 -
+    TCODE    .0,    .0,      ""                          ;191 unused
     TCODE    .0,    .0,      "Dil."                      ;192 Dil.			       (Rebreather diluent)
 
 ; 32 custom function descriptors III (FIXED LENGTH = 15 chars).
@@ -525,5 +525,8 @@
     TCODE    .0,    .215,    "Características pSCR"    	 ;362 pSCR features.
 
 ;
+; Setpoint Mode
+    TCODE    .60,  .95,     "Manuell"	    	        ;363 Manual      Same length as #364
+    TCODE    .60,  .95,     "Auto   " 	                ;364 Auto        Same length as #363
 
 ;=============================================================================