Mercurial > public > hwos_code
comparison src/start.asm @ 427:ceb1b7329dce
add code for new compass chip
author | heinrichsweikamp |
---|---|
date | Tue, 14 Jun 2016 13:02:17 +0200 |
parents | 4389fe9673b2 |
children | 4b93354b7738 |
comparison
equal
deleted
inserted
replaced
426:8f8151bb53bb | 427:ceb1b7329dce |
---|---|
187 movwf TBLPTRU | 187 movwf TBLPTRU |
188 extern color_image | 188 extern color_image |
189 call color_image ; Show logo | 189 call color_image ; Show logo |
190 call TFT_standard_color | 190 call TFT_standard_color |
191 WIN_SMALL .10,.100 | 191 WIN_SMALL .10,.100 |
192 STRCPY_TEXT_PRINT tNewFirmware1 ; "Update successfull!" | 192 STRCPY_PRINT "Update successful!" ; Hard coded since language switch does not work here |
193 WIN_SMALL .10,.140 | 193 WIN_SMALL .10,.140 |
194 STRCPY_TEXT tNewFirmware2 ; "New Firmware: " | 194 STRCPY "New Firmware: " |
195 movlw softwareversion_x | 195 movlw softwareversion_x |
196 movwf lo | 196 movwf lo |
197 bsf leftbind | 197 bsf leftbind |
198 output_8 | 198 output_8 |
199 PUTC "." | 199 PUTC "." |