Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 615:b87f23fae743
work on new battery menu
author | heinrichsweikamp |
---|---|
date | Sat, 02 Feb 2019 17:39:44 +0100 |
parents | d866684249bd |
children | 1ad0531e9078 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Wed Jan 30 21:46:42 2019 +0100 +++ b/src/tft_outputs.asm Sat Feb 02 17:39:44 2019 +0100 @@ -2610,6 +2610,14 @@ btfsc cc_active call TFT_set_color + ; Setup Temperature warning + btfsc battery_overtemp + bsf win_invert + btfsc battery_overtemp + movlw color_red + btfsc battery_overtemp + call TFT_set_color + IFDEF _ostc_logo WIN_TINY batt_percent_column,batt_percent_row ELSE