Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 475:237afdfb4918
2.12 release candidate...
buttons invertable via PC command (OSTC+ only)
author | heinrichsweikamp |
---|---|
date | Fri, 13 Jan 2017 13:08:17 +0100 |
parents | 2880aa1264f5 |
children | 44b8a826b314 |
comparison
equal
deleted
inserted
replaced
474:2880aa1264f5 | 475:237afdfb4918 |
---|---|
1596 STRCAT_TEXT_PRINT tPercent | 1596 STRCAT_TEXT_PRINT tPercent |
1597 return ; Done. | 1597 return ; Done. |
1598 | 1598 |
1599 global TFT_debug_output | 1599 global TFT_debug_output |
1600 TFT_debug_output: | 1600 TFT_debug_output: |
1601 return | |
1601 WIN_TINY .80,.0 | 1602 WIN_TINY .80,.0 |
1602 call TFT_standard_color | 1603 call TFT_standard_color |
1603 lfsr FSR2,buffer | 1604 lfsr FSR2,buffer |
1604 movff analog_sw1,lo | 1605 movff analog_sw1,lo |
1605 output_8 | 1606 output_8 |