Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 227:03946aa48fa5
NEW: Support for hwHUD without the LED module
re-enable "Copy disable flags from digital input" routine
author | heinrichsweikamp |
---|---|
date | Mon, 02 Feb 2015 17:39:38 +0100 |
parents | 31088352ee32 |
children | e1e5876bd777 |
comparison
equal
deleted
inserted
replaced
226:8c11f60193be | 227:03946aa48fa5 |
---|---|
1643 TFT_debug_output: | 1643 TFT_debug_output: |
1644 return | 1644 return |
1645 WIN_TINY .80,.0 | 1645 WIN_TINY .80,.0 |
1646 call TFT_standard_color | 1646 call TFT_standard_color |
1647 lfsr FSR2,buffer | 1647 lfsr FSR2,buffer |
1648 movff opt_cR_button_left,lo | 1648 movff hud_status_byte,lo |
1649 output_8 | 1649 output_8 |
1650 STRCAT_PRINT "" | 1650 STRCAT_PRINT "" |
1651 return | 1651 return |
1652 | 1652 |
1653 global TFT_divetimeout ; Show timeout counter | 1653 global TFT_divetimeout ; Show timeout counter |