Mercurial > public > hwos_code
changeset 551:33941d158069
Clear win_invert flag for all calls of TFT_cat_firmware
author | heinrichsweikamp |
---|---|
date | Mon, 16 Oct 2017 14:40:43 +0200 |
parents | 5ac0733d550a |
children | af84c45429fd |
files | src/menu_processor.asm src/tft_outputs.asm |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/menu_processor.asm Wed Sep 27 09:55:15 2017 +0200 +++ b/src/menu_processor.asm Mon Oct 16 14:40:43 2017 +0200 @@ -127,6 +127,7 @@ call TFT_cat_firmware STRCAT_PRINT "" call TFT_standard_color + bcf win_invert return ;=============================================================================