comparison src/tft_outputs.asm @ 581:f5de1ff88814

minor
author heinrichsweikamp
date Sun, 25 Feb 2018 18:25:38 +0100
parents b8f45b57302d
children b455b31ce022
comparison
equal deleted inserted replaced
580:1ab93aca7fa9 581:f5de1ff88814
4154 lfsr FSR2, char_O_tissue_He_saturation 4154 lfsr FSR2, char_O_tissue_He_saturation
4155 movlw d'16' 4155 movlw d'16'
4156 movwf wait_temp ; 16 tissues 4156 movwf wait_temp ; 16 tissues
4157 clrf waitms_temp ; row offset 4157 clrf waitms_temp ; row offset
4158 surf_tissue_saturation_graph_He: 4158 surf_tissue_saturation_graph_He:
4159 movlw surf_tissue_diagram_top+.23+.56 ; surface mode 4159 movlw surf_tissue_diagram_top+.23+.57 ; surface mode
4160 addwf waitms_temp,W 4160 addwf waitms_temp,W
4161 movff WREG,win_top ; row top (0-239) 4161 movff WREG,win_top ; row top (0-239)
4162 rcall surf_tissue_saturation_loop ; show one tissue 4162 rcall surf_tissue_saturation_loop ; show one tissue
4163 decfsz wait_temp,F 4163 decfsz wait_temp,F
4164 bra surf_tissue_saturation_graph_He 4164 bra surf_tissue_saturation_graph_He