comparison 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
comparison
equal deleted inserted replaced
114:e39a6415df3d 115:50a06adabc67
34 #DEFINE FT_SMALL .0 34 #DEFINE FT_SMALL .0
35 #DEFINE FT_MEDIUM .1 35 #DEFINE FT_MEDIUM .1
36 #DEFINE FT_LARGE .2 36 #DEFINE FT_LARGE .2
37 37
38 #DEFINE AAFONTS ; The nicer fonts (not working yet...) 38 #DEFINE AAFONTS ; The nicer fonts (not working yet...)
39
40 ; Define max. 5 Binary Custom Functions here (add more in menu_custom.asm)
41 #DEFINE binary_cf1 d'31'
42 #DEFINE binary_cf2 d'38'
43 #DEFINE binary_cf3 d'39'
44 #DEFINE binary_cf4 d'40'
45 #DEFINE binary_cf5 d'41'
46 #DEFINE binary_cf6 d'42'
47 39
48 ; Color Definitions: 8Bit RGB b'RRRGGGBB' 40 ; Color Definitions: 8Bit RGB b'RRRGGGBB'
49 ;#DEFINE color_red b'11100000' 41 ;#DEFINE color_red b'11100000'
50 #DEFINE color_blue b'00000011' 42 #DEFINE color_blue b'00000011'
51 #DEFINE color_green b'00011100' 43 #DEFINE color_green b'00011100'