Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 52:0fae975af741
english correction
author | heinrichsweikamp |
---|---|
date | Sun, 29 Sep 2013 16:33:03 +0200 |
parents | ec4d8503ec45 |
children | 2825f1d2262f |
comparison
equal
deleted
inserted
replaced
51:e66c94471935 | 52:0fae975af741 |
---|---|
273 bra TFT_color_code_warn ; Set to warning color | 273 bra TFT_color_code_warn ; Set to warning color |
274 call TFT_standard_color | 274 call TFT_standard_color |
275 return | 275 return |
276 | 276 |
277 TFT_color_code_velocity: | 277 TFT_color_code_velocity: |
278 btfss neg_flag ; Ignore for descend! | 278 btfss neg_flag ; Ignore for descent! |
279 bra TFT_color_code_velocity1 ; Skip check! | 279 bra TFT_color_code_velocity1 ; Skip check! |
280 movff divA+0,lo | 280 movff divA+0,lo |
281 movlw color_code_velocity_warn_high ; Velocity warn [m/min] | 281 movlw color_code_velocity_warn_high ; Velocity warn [m/min] |
282 subwf lo,W | 282 subwf lo,W |
283 btfsc STATUS,C | 283 btfsc STATUS,C |