comparison src/tft_outputs.asm @ 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 7e6df19264b6
children af84c45429fd
comparison
equal deleted inserted replaced
550:5ac0733d550a 551:33941d158069
3023 3023
3024 call TFT_warnings_color 3024 call TFT_warnings_color
3025 WIN_LEFT .160-4*9/2 ; Right pad. 3025 WIN_LEFT .160-4*9/2 ; Right pad.
3026 STRCPY_TEXT_PRINT tBeta 3026 STRCPY_TEXT_PRINT tBeta
3027 endif 3027 endif
3028 goto TFT_standard_color ; and return... 3028 call TFT_standard_color
3029 bcf win_invert
3030 return
3029 3031
3030 3032
3031 3033
3032 3034
3033 ;============================================================================= 3035 ;=============================================================================