Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 154:afa31c815f24
NEW: Show ppO2 for change depth during gas setup
author | heinrichsweikamp |
---|---|
date | Wed, 27 Aug 2014 17:38:21 +0200 |
parents | 0bd6dff01204 |
children | 8bcb064b4fb8 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Thu Aug 21 10:30:52 2014 +0200 +++ b/src/tft_outputs.asm Wed Aug 27 17:38:21 2014 +0200 @@ -3418,7 +3418,7 @@ tstfsz WREG ; Is there room for the warning? return ; No TFT_color_code warn_ppo2 ; Color-code output (ppO2 stored in xC) - STRCPY "ppO2:" + STRCPY_TEXT tppO2 ; ppO2: ; Check very high ppO2 manually tstfsz xC+2 ; char_I_O2_ratio * p_amb/10 > 65536, ppO2>6,55bar? bra TFT_show_ppO2_3 ; Yes, display fixed Value!