Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/customview.asm @ 123:6a94f96e9cea
The big cleanup, again.
author | JeanDo |
---|---|
date | Thu, 30 Dec 2010 23:45:20 +0100 |
parents | f24137eb85de |
children | 4c588c3d1f12 06c4899ddb4b |
comparison
equal
deleted
inserted
replaced
122:3003a8040b78 | 123:6a94f96e9cea |
---|---|
172 surfcustomview_init_gaslist: | 172 surfcustomview_init_gaslist: |
173 call PLED_pre_dive_screen ; Show the Gaslist/Setpoint list | 173 call PLED_pre_dive_screen ; Show the Gaslist/Setpoint list |
174 bra surfcustomview_toggle_exit | 174 bra surfcustomview_toggle_exit |
175 | 175 |
176 surfcustomview_init_interval: | 176 surfcustomview_init_interval: |
177 call PLED_standard_color | |
177 DISPLAYTEXT d'189' ; Surface | 178 DISPLAYTEXT d'189' ; Surface |
178 DISPLAYTEXT d'240' ; Interval: | 179 DISPLAYTEXT d'240' ; Interval: |
179 call PLED_interval ; Display the interval | 180 call PLED_interval ; Display the interval |
180 bra surfcustomview_toggle_exit | 181 bra surfcustomview_toggle_exit |
181 | 182 |