Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 474:2880aa1264f5
Fix new battery menu on Power-on reset
author | heinrichsweikamp |
---|---|
date | Wed, 04 Jan 2017 15:04:42 +0100 |
parents | 4fdf6886004b |
children | 237afdfb4918 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Tue Dec 20 16:04:08 2016 +0100 +++ b/src/tft_outputs.asm Wed Jan 04 15:04:42 2017 +0100 @@ -1598,25 +1598,15 @@ global TFT_debug_output TFT_debug_output: - return - -; WIN_TINY .80,.0 -; call TFT_standard_color -; lfsr FSR2,buffer -; -; movff battery_acumulated_charge+0,lo -; movff battery_acumulated_charge+1,hi -; output_16 -; PUTC "," -; movff gauge_status_byte,lo -; output_8 -; movff analog_sw1,lo -; output_8 -; PUTC "," -; movff analog_sw2,lo -; output_8 - -; STRCAT_PRINT "" + WIN_TINY .80,.0 + call TFT_standard_color + lfsr FSR2,buffer + movff analog_sw1,lo + output_8 + PUTC "," + movff analog_sw2,lo + output_8 + STRCAT_PRINT "" return global TFT_divetimeout ; Show timeout counter