diff src/tft_outputs.asm @ 647:357341239438

Merge
author heinrichs weikamp
date Thu, 14 Oct 2021 12:04:12 +0200
parents 7d8a4c60ec1a 5b7fe7777425
children ef2ed7e3a895
line wrap: on
line diff
--- a/src/tft_outputs.asm	Mon May 24 18:41:51 2021 +0200
+++ b/src/tft_outputs.asm	Thu Oct 14 12:04:12 2021 +0200
@@ -6070,30 +6070,11 @@
 ;	WIN_TINY   .0, .		0					; dive    mode: overwrites depth label
 	FONT_COLOR_MEMO								; set color
 	
-	movff	D1+2,lo
-	output_256
-	PUTC	","
-	movff	D1+0,lo
-	movff	D1+1,hi
-	output_65535
-	PRINT
-	WIN_TINY .100,.45							; surface mode: fits under the textual logo in the upper right corner
-	movff	D2+2,lo
+	movff	ambient_light+0,lo
 	output_256
 	PUTC	","
-	movff	D2+0,lo
-	movff	D2+1,hi
-	output_65535
-	PRINT
-	WIN_TINY .100,.60							; surface mode: fits under the textual logo in the upper right corner
-;	movf	HW_flags_state3,W
-;	output_hex
-;	PUTC	","
-	movff	max_CCPR1L,lo
-	output_256
-	PUTC	","
-	movff	divesecs_avg_trip+0,lo
-	movff	divesecs_avg_trip+1,hi
+	movff	ambient_light+0,lo
+	movff	ambient_light+1,hi
 	output_65535