Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/customview.asm @ 112:9500f431248a
1.74beta rc2
author | heinrichsweikamp |
---|---|
date | Wed, 22 Dec 2010 10:32:06 +0100 |
parents | ed7826c740a0 |
children | 50a06adabc67 |
comparison
equal
deleted
inserted
replaced
111:ed7826c740a0 | 112:9500f431248a |
---|---|
236 surfcustomview_minute_graphs: | 236 surfcustomview_minute_graphs: |
237 call PLED_tissue_saturation_graph ; Draw/Update the graphs | 237 call PLED_tissue_saturation_graph ; Draw/Update the graphs |
238 return | 238 return |
239 | 239 |
240 surfcustomview_minute_interval: | 240 surfcustomview_minute_interval: |
241 DISPLAYTEXT d'189' ; Surface | |
242 DISPLAYTEXT d'240' ; Interval: | |
241 call PLED_interval ; Display the interval | 243 call PLED_interval ; Display the interval |
242 return | 244 return |
243 | 245 |
244 surfcustomview_minute_gaslist: ; Do nothing extra | 246 surfcustomview_minute_gaslist: ; Do nothing extra |
245 surfcustomview_minute_cfview: ; Do nothing extra | 247 surfcustomview_minute_cfview: ; Do nothing extra |