comparison src/tft_outputs.asm @ 647:357341239438

Merge
author heinrichs weikamp
date Thu, 14 Oct 2021 12:04:12 +0200
parents 7d8a4c60ec1a 5b7fe7777425
children ef2ed7e3a895
comparison
equal deleted inserted replaced
644:1e695355dfc4 647:357341239438
6068 WIN_TINY .100,.30 ; surface mode: fits under the textual logo in the upper right corner 6068 WIN_TINY .100,.30 ; surface mode: fits under the textual logo in the upper right corner
6069 ; WIN_TINY .35, .0 ; dive mode: fits to the right side of the depth label 6069 ; WIN_TINY .35, .0 ; dive mode: fits to the right side of the depth label
6070 ; WIN_TINY .0, . 0 ; dive mode: overwrites depth label 6070 ; WIN_TINY .0, . 0 ; dive mode: overwrites depth label
6071 FONT_COLOR_MEMO ; set color 6071 FONT_COLOR_MEMO ; set color
6072 6072
6073 movff D1+2,lo 6073 movff ambient_light+0,lo
6074 output_256 6074 output_256
6075 PUTC "," 6075 PUTC ","
6076 movff D1+0,lo 6076 movff ambient_light+0,lo
6077 movff D1+1,hi 6077 movff ambient_light+1,hi
6078 output_65535
6079 PRINT
6080 WIN_TINY .100,.45 ; surface mode: fits under the textual logo in the upper right corner
6081 movff D2+2,lo
6082 output_256
6083 PUTC ","
6084 movff D2+0,lo
6085 movff D2+1,hi
6086 output_65535
6087 PRINT
6088 WIN_TINY .100,.60 ; surface mode: fits under the textual logo in the upper right corner
6089 ; movf HW_flags_state3,W
6090 ; output_hex
6091 ; PUTC ","
6092 movff max_CCPR1L,lo
6093 output_256
6094 PUTC ","
6095 movff divesecs_avg_trip+0,lo
6096 movff divesecs_avg_trip+1,hi
6097 output_65535 6078 output_65535
6098 6079
6099 6080
6100 6081
6101 ; ; deco engine scheduling performance 6082 ; ; deco engine scheduling performance