Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 236:e2ea74646127
configure hardware_flag byte
author | heinrichsweikamp |
---|---|
date | Wed, 25 Feb 2015 22:19:30 +0100 |
parents | 23311219dacc |
children | 6c4ad243cb44 |
comparison
equal
deleted
inserted
replaced
235:23311219dacc | 236:e2ea74646127 |
---|---|
1204 movff o2_mv_sensor3+1,hi ; in 0.1mV steps | 1204 movff o2_mv_sensor3+1,hi ; in 0.1mV steps |
1205 output_16dp .4 ; xxx.y mV | 1205 output_16dp .4 ; xxx.y mV |
1206 STRCAT_PRINT "mV " | 1206 STRCAT_PRINT "mV " |
1207 WIN_SMALL surf_menu_sensor4_column,surf_menu_sensor4_row | 1207 WIN_SMALL surf_menu_sensor4_column,surf_menu_sensor4_row |
1208 | 1208 |
1209 btfss rechargeable | 1209 btfss analog_o2_input |
1210 bra TFT_menu_hud_2 ; always for normal OSTC3 | 1210 bra TFT_menu_hud_2 ; always for normal OSTC3 |
1211 btfss s8_digital | 1211 btfss s8_digital |
1212 return ; Not for analog | 1212 return ; Not for analog |
1213 TFT_menu_hud_2: | 1213 TFT_menu_hud_2: |
1214 STRCPY "Batt:" | 1214 STRCPY "Batt:" |