Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 490:8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
NEW: Logbook detail page in larger font (And nicer layout)
CHANGE: Sleep mode current slightly reduced for all hwOS devices
NEW: Logbook now records battery information
NEW: Markers in internal logbook drawn as small "m" next to the profile
author | heinrichsweikamp |
---|---|
date | Wed, 29 Mar 2017 21:35:12 +0200 |
parents | 5c7bee6df71c |
children | 4542d03f748a |
comparison
equal
deleted
inserted
replaced
489:22092d14fd8c | 490:8dfb93e80338 |
---|---|
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 |