Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 203:dd9b167e82dc
1.64 (Fix ambient light for cR)
author | heinrichsweikamp |
---|---|
date | Fri, 21 Nov 2014 11:51:53 +0100 |
parents | dcd513840c6c |
children | 618191753d2b |
comparison
equal
deleted
inserted
replaced
202:34b8de21146c | 203:dd9b167e82dc |
---|---|
1634 TFT_debug_output: | 1634 TFT_debug_output: |
1635 return | 1635 return |
1636 WIN_TINY .80,.0 | 1636 WIN_TINY .80,.0 |
1637 call TFT_standard_color | 1637 call TFT_standard_color |
1638 lfsr FSR2,buffer | 1638 lfsr FSR2,buffer |
1639 movff int_O_ceiling+0,lo | 1639 movff max_CCPR1L,lo |
1640 movff int_O_ceiling+1,hi | 1640 output_8 |
1641 output_16 | |
1642 STRCAT_PRINT "" | 1641 STRCAT_PRINT "" |
1643 return | 1642 return |
1644 | 1643 |
1645 global TFT_divetimeout ; Show timeout counter | 1644 global TFT_divetimeout ; Show timeout counter |
1646 TFT_divetimeout: | 1645 TFT_divetimeout: |