diff code_part1/OSTC_code_asm_part1/definitions.asm @ 178:29ff788487fc

Added German ???? & French ???? characters in small font.
author JeanDo
date Fri, 04 Feb 2011 23:31:47 +0100
parents 241650ef433d
children 0651d5dc3f42
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Feb 04 17:27:15 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Feb 04 23:31:47 2011 +0100
@@ -30,12 +30,13 @@
 
 #DEFINE	max_custom_number		d'53'		; Number of last used custom function
 
-; Language (No define -> English)
-#DEFINE	FRENCH							; Use french_text.asm
+; International extension. Selecting messages source:
+; Language (No define -> english_text.asm)
+#DEFINE	FRENCH  							; Use french_text.asm
 ;#DEFINE	GERMAN							; Use german_text.asm
 
-#DEFINE	logbook_profile_version	0x20		; Do not touch!
-#DEFINE	T0CON_debounce	b'00000000'					; Timer0 Switch Debounce
+#DEFINE	logbook_profile_version	0x20        ; Do not touch!
+#DEFINE	T0CON_debounce	b'00000000'         ; Timer0 Switch Debounce
 
 #DEFINE		FT_SMALL		.0
 #DEFINE		FT_MEDIUM		.1