'Ghost text', from the last-shown screen in PortTest, can reappear in part or in full after exiting PortTest and interacting with TI-OS. This is because I exit PortTest with bcall(_ClrLCDFull) instead of bcall(_ClrScrnFull), and TI-OS is pulling data from textShadow that TI-OS thinks it put there but is actually text data PortTest uses for its display routines. This has been fixed in a development version of PortTest targeting the resolution of issue #1, but not yet released.
'Ghost text', from the last-shown screen in PortTest, can reappear in part or in full after exiting PortTest and interacting with TI-OS. This is because I exit PortTest with
bcall(_ClrLCDFull)
instead ofbcall(_ClrScrnFull)
, and TI-OS is pulling data from textShadow that TI-OS thinks it put there but is actually text data PortTest uses for its display routines. This has been fixed in a development version of PortTest targeting the resolution of issue #1, but not yet released.