Mercurial > public > hwos_code
comparison src/tft.asm @ 225:31088352ee32
BUGFIX: Show dives with >999mins divetime correctly
author | heinrichsweikamp |
---|---|
date | Sun, 01 Feb 2015 18:49:24 +0100 |
parents | 19ad15f04f60 |
children | 653a3ab08062 |
comparison
equal
deleted
inserted
replaced
224:5a4801918be9 | 225:31088352ee32 |
---|---|
330 TFT_boot2: | 330 TFT_boot2: |
331 Parameter_out 0x50, 0x10 | 331 Parameter_out 0x50, 0x10 |
332 TFT_boot3: | 332 TFT_boot3: |
333 Index_out 0x22 | 333 Index_out 0x22 |
334 ; WAITMS d'81' ; 46 | 334 ; WAITMS d'81' ; 46 |
335 call TFT_ClearScreen | 335 rcall TFT_ClearScreen |
336 Index_out 0x07 | 336 Index_out 0x07 |
337 Parameter_out 0x01, 0x00 | 337 Parameter_out 0x01, 0x00 |
338 return | 338 return |
339 | 339 |
340 | 340 |