Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/definitions.asm @ 115:50a06adabc67
First gas is active, Gauge mode display
author | heinrichsweikamp |
---|---|
date | Fri, 24 Dec 2010 15:40:27 +0100 |
parents | e39a6415df3d |
children | 14a074e1a375 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Thu Dec 23 18:35:28 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Fri Dec 24 15:40:27 2010 +0100 @@ -37,14 +37,6 @@ #DEFINE AAFONTS ; The nicer fonts (not working yet...) -; Define max. 5 Binary Custom Functions here (add more in menu_custom.asm) -#DEFINE binary_cf1 d'31' -#DEFINE binary_cf2 d'38' -#DEFINE binary_cf3 d'39' -#DEFINE binary_cf4 d'40' -#DEFINE binary_cf5 d'41' -#DEFINE binary_cf6 d'42' - ; Color Definitions: 8Bit RGB b'RRRGGGBB' ;#DEFINE color_red b'11100000' #DEFINE color_blue b'00000011'