Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 650:bc214815deb2
3.19/10.75 release
author | heinrichsweikamp |
---|---|
date | Sun, 28 Aug 2022 13:13:38 +0200 |
parents | ef2ed7e3a895 |
children | 75e90cd0c2c3 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Fri Mar 04 08:30:23 2022 +0100 +++ b/src/tft_outputs.asm Sun Aug 28 13:13:38 2022 +0200 @@ -3079,7 +3079,7 @@ ; Dive Mode - Message - Saturation ; global TFT_message_saturation -TFT_message_saturation +TFT_message_saturation: rcall TFT_message_open ; set row and column for the message tstfsz WREG ; is there room for the message? return ; NO - skip message in this cycle @@ -3330,7 +3330,7 @@ ; Dive Mode - Message - Deco Info ; global TFT_message_deco_info -TFT_message_deco_info +TFT_message_deco_info: rcall TFT_message_open ; set row and column for the message tstfsz WREG ; is there room for the message? return ; NO - skip message in this cycle @@ -6070,16 +6070,13 @@ ; WIN_TINY .0, . 0 ; dive mode: overwrites depth label FONT_COLOR_MEMO ; set color - movff ambient_light+0,lo + movff gp_debug+0,lo output_256 PUTC "," - movff ambient_light+0,lo - movff ambient_light+1,hi - output_65535 - - - -; ; deco engine scheduling performance + movff gp_debug+1,lo + output_256 + + ; ; deco engine scheduling performance ; MOVII int_O_profiling_overrun,mpr ; runtime +/- versus target ; btfss mpr+1,7 ; overrun? ; bra TFT_debug_output_1 ; YES