Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 574:b8f45b57302d
language, compass and color update
author | heinrichsweikamp |
---|---|
date | Wed, 14 Feb 2018 16:27:54 +0100 |
parents | 54346c651b6a |
children | f5de1ff88814 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Tue Feb 13 14:55:43 2018 +0100 +++ b/src/tft_outputs.asm Wed Feb 14 16:27:54 2018 +0100 @@ -73,7 +73,8 @@ global TFT_disabled_color TFT_disabled_color: - movlw color_grey ; Default to OSTC grey (dark blue) + ;movlw color_grey ; Default to OSTC grey (dark blue) + movlw color_lightblue btfsc divemode ; in Divemode? rcall TFT_disabled_color_dive bra TFT_standard_color0