comparison src/tft.asm @ 636:2737ddc643bb

3.11 release
author heinrichsweikamp
date Mon, 25 May 2020 17:35:30 +0200
parents 4050675965ea
children 8c1f1f334275
comparison
equal deleted inserted replaced
635:9a64914a8fca 636:2737ddc643bb
1480 ;----------------------------------------------------------------------------- 1480 ;-----------------------------------------------------------------------------
1481 ; Dump screen contents to the UART 1481 ; Dump screen contents to the UART
1482 ; 1482 ;
1483 global TFT_dump_screen_check 1483 global TFT_dump_screen_check
1484 TFT_dump_screen_check: 1484 TFT_dump_screen_check:
1485 return
1486 btfss vusb_in ; USB (still) plugged in? 1485 btfss vusb_in ; USB (still) plugged in?
1487 bcf screen_dump_avail ; NO - disable screen dump function 1486 bcf screen_dump_avail ; NO - disable screen dump function
1488 1487
1489 SERIAL_CC_RECEIVE WREG ; try to read a byte from RS232 1488 SERIAL_CC_RECEIVE WREG ; try to read a byte from RS232
1490 btfsc rs232_rx_timeout ; anything received? 1489 btfsc rs232_rx_timeout ; anything received?