diff code_part1/OSTC_code_asm_part1/french_text.asm @ 283:4ec488f046f4

Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
author heinrichsweikamp
date Tue, 19 Apr 2011 19:31:16 +0200
parents 1efd59d689f8
children eac799f69360
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/french_text.asm	Tue Apr 19 13:03:01 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/french_text.asm	Tue Apr 19 19:31:16 2011 +0200
@@ -386,4 +386,7 @@
     TCODE    .0,    .0,      "PEA:"                      ;299 EAD:                  (equivalent air depth of a gas).
 	TCODE	 .100,	.125,	 "Active?"					 ;300 Active?               (Enable/Disable Gas underwater)
 	TCODE    .0,    .2,      "OCR Gas Usage:"            ;301 OCR Gas Usage:        (Planned gas consumtion by tank).
+	TCODE	 .45,	.100,	 "Bootloader"				 ;302 Bootloader
+	TCODE	 .40,	.130,	 "Please wait!"				 ;303 Please wait!
+	TCODE	 .50,	.130,	 "Aborted!"					 ;304 Aborted
 ;=============================================================================