Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_battery.asm @ 297:ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
author | Heinrichsweikamp |
---|---|
date | Fri, 29 Apr 2011 20:17:32 +0200 |
parents | ba109a7948df |
children | f2d5d93b4ca3 |
comparison
equal
deleted
inserted
replaced
296:2986e7cdb68c | 297:ceedf078b2d8 |
---|---|
131 read_int_eeprom d'63' ; Year | 131 read_int_eeprom d'63' ; Year |
132 movff EEDATA,convert_value_temp+2 | 132 movff EEDATA,convert_value_temp+2 |
133 call PLED_convert_date ; coverts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2 | 133 call PLED_convert_date ; coverts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2 |
134 STRCAT_PRINT ") " | 134 STRCAT_PRINT ") " |
135 | 135 |
136 ;menu_battery_state5: | |
137 ; btfss SWITCH2 | |
138 ; bra menu_battery_state5 | |
139 | |
140 bcf switch_left | 136 bcf switch_left |
141 bcf switch_right | 137 bcf switch_right |
142 bcf menubit2 | 138 bcf menubit2 |
143 menu_battery_state_loop: | 139 menu_battery_state_loop: |
144 call check_switches_logbook | 140 call check_switches_logbook |