Mercurial > public > mk2
comparison 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 |
comparison
equal
deleted
inserted
replaced
177:d70dd3177d57 | 178:29ff788487fc |
---|---|
28 | 28 |
29 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 29 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
30 | 30 |
31 #DEFINE max_custom_number d'53' ; Number of last used custom function | 31 #DEFINE max_custom_number d'53' ; Number of last used custom function |
32 | 32 |
33 ; Language (No define -> English) | 33 ; International extension. Selecting messages source: |
34 #DEFINE FRENCH ; Use french_text.asm | 34 ; Language (No define -> english_text.asm) |
35 #DEFINE FRENCH ; Use french_text.asm | |
35 ;#DEFINE GERMAN ; Use german_text.asm | 36 ;#DEFINE GERMAN ; Use german_text.asm |
36 | 37 |
37 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 38 #DEFINE logbook_profile_version 0x20 ; Do not touch! |
38 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce | 39 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce |
39 | 40 |
40 #DEFINE FT_SMALL .0 | 41 #DEFINE FT_SMALL .0 |
41 #DEFINE FT_MEDIUM .1 | 42 #DEFINE FT_MEDIUM .1 |
42 #DEFINE FT_LARGE .2 | 43 #DEFINE FT_LARGE .2 |
43 | 44 |