Mercurial > public > hwos_code
comparison src/surfmode.asm @ 352:5c6da9fa5cb0
add setpoint change to first sample in CCR mode
author | heinrichsweikamp |
---|---|
date | Tue, 28 Jul 2015 13:23:09 +0200 |
parents | 653a3ab08062 |
children | 043890f06bce |
comparison
equal
deleted
inserted
replaced
351:de8c45fb2ab9 | 352:5c6da9fa5cb0 |
---|---|
135 movwf TBLPTRH | 135 movwf TBLPTRH |
136 movlw UPPER(ostc_logo_block) | 136 movlw UPPER(ostc_logo_block) |
137 movwf TBLPTRU | 137 movwf TBLPTRU |
138 call color_image | 138 call color_image |
139 | 139 |
140 movlw surface_sp ; in cbar | |
141 call transmit_setpoint ; Transmit current setpoint from WREG (in cbar) to external electronics | |
140 call TFT_clock ; display time | 142 call TFT_clock ; display time |
141 call update_surfloop60 | 143 call update_surfloop60 |
142 call get_battery_voltage ; get battery voltage | 144 call get_battery_voltage ; get battery voltage |
143 call TFT_update_batt_voltage ; display battery voltage | 145 call TFT_update_batt_voltage ; display battery voltage |
144 call TFT_update_surf_press ; display surface pressure | 146 call TFT_update_surf_press ; display surface pressure |