comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 150:fc699a7460e6

Fix desat graph: + clean right part, to allow decreasing animation. + In divemode, show every 10 seconds.
author JeanDo
date Mon, 10 Jan 2011 02:57:59 +0100
parents 8b75ba28d641
children 17de42ab02b6
comparison
equal deleted inserted replaced
149:55a763d514ed 150:fc699a7460e6
99 win_height ; Box/text height (1..240) 99 win_height ; Box/text height (1..240)
100 win_leftx2 ; Box/text position (0..159) 100 win_leftx2 ; Box/text position (0..159)
101 win_width ; box width (1..160) 101 win_width ; box width (1..160)
102 win_font 102 win_font
103 win_invert 103 win_invert
104 win_bargraph ; PLED_box swicth to black after this position (0..159).
104 win_flags ; flip_screen flag, transparent fonts, etc... 105 win_flags ; flip_screen flag, transparent fonts, etc...
105 ENDC 106 ENDC
106 107
107 CBLOCK 0x100 ;Bank 1 108 CBLOCK 0x100 ;Bank 1
108 wreg_temp ;variables used for context saving during ISR 109 wreg_temp ;variables used for context saving during ISR