comparison src/tft_outputs.asm @ 42:92aa5238a99c

minor
author mh@mh-THINK.fritz.box
date Thu, 15 Aug 2013 15:58:48 +0200
parents 5041477eee79
children 7c7d7644ca37
comparison
equal deleted inserted replaced
41:5041477eee79 42:92aa5238a99c
1147 ; Display ZH-L16-GF low/high model. 1147 ; Display ZH-L16-GF low/high model.
1148 TFT_surface_decosettings1: 1148 TFT_surface_decosettings1:
1149 TEXT_SMALL surf_gaslist_column,surf_gaslist_row, tZHL16GF 1149 TEXT_SMALL surf_gaslist_column,surf_gaslist_row, tZHL16GF
1150 WIN_TOP surf_gaslist_row+(surf_gaslist_spacing*.1) 1150 WIN_TOP surf_gaslist_row+(surf_gaslist_spacing*.1)
1151 lfsr FSR2,buffer 1151 lfsr FSR2,buffer
1152 STRCPY_TEXT tGF ; GF:
1152 movff char_I_GF_Low_percentage,lo 1153 movff char_I_GF_Low_percentage,lo
1153 output_99x 1154 output_99x
1154 STRCAT "%/" 1155 STRCAT "/"
1155 movff char_I_GF_High_percentage,lo 1156 movff char_I_GF_High_percentage,lo
1156 output_99x 1157 output_99x
1157 STRCAT_PRINT "%" 1158 STRCAT_PRINT ""
1158 ;bra TFT_surface_decosettings2 1159 ;bra TFT_surface_decosettings2
1159 TFT_surface_decosettings2: 1160 TFT_surface_decosettings2:
1160 ; FTTS 1161 ; FTTS
1161 WIN_TOP surf_gaslist_row+(surf_gaslist_spacing*.2) 1162 WIN_TOP surf_gaslist_row+(surf_gaslist_spacing*.2)
1162 lfsr FSR2,buffer 1163 lfsr FSR2,buffer