trcc-linux 1.2.17__tar.gz → 1.2.19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/PKG-INFO +1 -1
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/pyproject.toml +1 -1
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/__version__.py +7 -1
- trcc_linux-1.2.19/src/trcc/bulk_device.py +194 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/cli.py +36 -4
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/device_detector.py +22 -17
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/device_factory.py +108 -1
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/scsi_device.py +21 -0
- trcc_linux-1.2.19/tests/test_bulk_device.py +479 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_cli.py +2 -1
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/.gitignore +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/LICENSE +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/README.md +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/__init__.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/__main__.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/fonts/MSYH.TTC +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/fonts/MSYHBD.TTC +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/fonts/README.md +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/240240.gif +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/240320.gif +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/320240.gif +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/320320.gif +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/205/263/344/272/216x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/345/220/257/345/212/250/347/225/214/351/235/242.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/346/225/260/346/215/256/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A0/347/241/254/344/273/266/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AK120 Digital.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AK120 Digitala.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AK120_Digital.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AK120_Digitala.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AS120 VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AS120 VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AS120_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AS120_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AX120 DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AX120 DIGITALa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AX120_DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1AX120_DIGITALa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1BA120 VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1BA120 VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1BA120_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1BA120_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CORE VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CORE VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CORE_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CORE_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CZ1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CZ1a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CZTV.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1CZTVa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1ELITE VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1ELITE VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1ELITE_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1ELITE_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN HORIZON PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN HORIZON PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN MAGIC PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN MAGIC PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN VISION V2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN VISION V2a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN WARFRAME PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN WARFRAME PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN WARFRAME SE.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN WARFRAME SEa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN WARFRAME.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN WARFRAMEa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_HORIZON_PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_MAGIC_PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_VISION_V2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_VISION_V2a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_WARFRAME.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_WARFRAME_PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_WARFRAME_PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_WARFRAME_SE.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_WARFRAME_SEa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1FROZEN_WARFRAMEa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1GRAND VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1GRAND VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1GRAND_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1GRAND_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1HR10 2280 PRO DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1HR10 2280 PRO DIGITALa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1HYPER VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1HYPER VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1HYPER_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1HYPER_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1KVMALEDC6.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1KVMALEDC6a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC1a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC2JD.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC2JDa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC2a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC3.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC3a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC5.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LC5a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF10.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF10a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF11.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF11a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF12.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF12a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF13.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF13a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF14.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF14a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF15.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF15a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF16.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF167.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF16a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF17a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF18.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF18a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF19.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF19a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF8.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LF8a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM16SE.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM16SEa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM22.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM22a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM24.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM24a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM26.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM26a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM27.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1LM27a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir VISION PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir VISION PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir_VISION_PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir_VISION_PROa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Mjolnir_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1PA120 DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1PA120 DIGITALa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1PA120_DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1PA120_DIGITALa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RK120 DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RK120 DIGITALa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RK120_DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RK120_DIGITALa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RP130 VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RP130 VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RP130_VISION.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1RP130_VISIONa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Stream Vision.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Stream Visiona.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Stream_Vision.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1Stream_Visiona.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1/344/274/240/346/204/237/345/231/250.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1/344/274/240/346/204/237/345/231/250a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A1/345/205/263/344/272/216a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A2/344/270/213/346/213/211/346/241/206/345/272/225/345/233/276.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A2/344/270/213/346/213/211/346/241/206/351/200/211/346/213/251/346/235/241.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A2/344/270/213/346/213/211/351/200/211/346/213/251/346/241/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A2/347/253/213/345/215/263/346/233/264/346/226/260.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Acpu.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Adram.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Afan.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Agpu.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Ahdd.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Alogout/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Alogout/351/273/230/350/256/244.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Anet.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A/344/270/212/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A/344/270/213/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A/345/242/236/345/212/240/346/225/260/347/273/204.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A/346/225/260/346/215/256/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A/346/273/232/345/212/250/346/235/241.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/A/350/207/252/345/256/232/344/271/211.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0CZ1x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0KVMA/347/201/257/346/216/247.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC1x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LC2x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF10x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF11x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF12x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF13x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF15x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8d.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8e.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8en.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8f.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8p.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8r.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8tc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0LF8x.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0rgblf13.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/345/244/226/351/203/250/350/276/223/345/207/272.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/345/244/226/351/203/250/350/276/223/345/207/272a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/345/244/264/347/233/2241.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/345/244/264/347/233/2242.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/345/244/264/347/233/2243.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/345/244/264/347/233/2244.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/345/244/264/347/233/2245.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/347/201/257/345/205/211/350/201/232/345/220/210.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D1/347/201/257/345/205/211/350/201/232/345/220/210a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2111.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/21110.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/21110a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/21111.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/21111a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/21112.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/21112a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2111a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2112.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2112a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2113.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2113a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2114.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2114a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2115.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2115a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2116.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2116a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2117.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2117a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2118.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2118a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2119.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D2/347/201/257/345/205/2119a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/345/274/200/345/205/263b.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/346/227/213/351/222/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/346/227/213/351/222/2560.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/346/251/231.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/346/271/226.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/346/273/221/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2001.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2001a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2002.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2002a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2003.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2003a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/231/275.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/264/253.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/272/242.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/347/273/277.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/350/223/235.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D3/351/273/204.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/345/274/200/346/234/272.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/345/274/200/346/234/272a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2561.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2561a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2562a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2563.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2563a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2564.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/214/211/351/222/2564a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2171.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2171a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2172.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2172a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2173.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2173a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2174.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2174a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2175.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2175a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2176.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D4/346/250/241/345/274/2176a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DAK120_DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DAX120_DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DCZ1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DFROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DFROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLC1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLC2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLF10.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLF11.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLF12.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLF13.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLF15.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DLF8.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DPA120 DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/DPA120_DIGITAL.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Dch1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Dch2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Dch3.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Dch4.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/Dchcz1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D/344/270/213/346/213/211/346/241/2062.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D/344/270/213/346/213/211/350/217/234/345/215/225.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D/344/270/213/346/213/211/350/217/234/345/215/2252.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D/344/270/213/346/213/211/351/253/230/344/272/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/D/344/270/213/346/213/211/351/253/230/344/272/2562.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/FROZEN_WARFRAME_Ultra.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/FROZEN_WARFRAME_Ultraa.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/206/205/345/256/271x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/212/250/347/224/273/350/201/224/345/212/250.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/242/236/345/212/240/345/206/205/345/256/271/351/201/256/347/275/251.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xy.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyd.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xye.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyen.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyf.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyp.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyr.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xytc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyx.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yx.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxd.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxe.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxen.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxf.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxp.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxr.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxtc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxx.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/346/250/241/345/235/227/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2501.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2502.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2503.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTV.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVd.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVe.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVen.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVf.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVp.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVr.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVtc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0CZTVx.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0M1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0M2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0M3.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0M4.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0M5.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0M5a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0M6.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/222/255/346/224/276.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/222/255/346/224/276/345/231/250/346/216/247/345/210/266.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/232/202/345/201/234.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/2271280X480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/2271920X462.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227360X800.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227462X1920.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X1280.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X800.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X854.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227540X960.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227800X360.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227800X480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227854X480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227960X540.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P12H.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P1/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P1/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P240240.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P240320.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P24H.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P320240.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P320320.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PDM.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PDMY.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PL0.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PL1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PL2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PL3.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM1.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM1a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM2.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM2a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM3.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM3a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM4.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM4a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM5.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM5a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM6.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PM6a.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PMD.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/PYMD.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206/345/272/225/345/233/2762X.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206/345/272/225/345/233/2764X.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206/351/253/230/344/272/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/273/351/242/230/345/210/206/347/261/273/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/273/351/242/230/345/210/206/347/261/273/351/200/211/346/213/2510.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/256/276/347/275/256a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/272/221/347/253/257/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/272/221/347/253/257/350/203/214/346/231/257a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/344/277/235/345/255/230/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/205/263/351/227/255/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/205/263/351/227/255/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/207/217.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/211/252/350/276/221/345/235/227a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/211/252/350/276/221/345/235/227b.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/212/237/350/203/275/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/212/237/350/203/275/351/200/211/346/213/251a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/212/240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/215/225/344/275/215/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/215/225/344/275/215/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/217/226/350/211/262.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/220/270/347/256/241.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/233/276/347/211/207.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/234/206/345/275/242/345/205/263/351/227/255.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/234/206/345/275/242/347/241/256/345/256/232.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/244/232/351/200/211.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/244/232/351/200/211a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/256/275/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/257/274/345/205/245.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/257/274/345/207/272.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/257/274/345/207/272/346/211/200/346/234/211/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/345/270/256/345/212/251.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/225/260/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/225/260/346/215/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/226/207/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/227/213/350/275/254.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/230/276/347/244/272/350/276/271/346/241/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/230/276/347/244/272/350/276/271/346/241/206A.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/234/254/345/234/260/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/234/254/345/234/260/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/273/221/345/212/250/345/205/263.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/273/221/345/212/250/345/274/200.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/273/221/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/273/232/345/212/250/346/235/241/345/272/225/345/233/276.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/346/273/232/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233270.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/23390.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a270.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a90.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b270.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b90.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/202/271/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/202/271/351/200/211/346/241/206A.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/216/257H1.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/216/257H2.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/216/257H3.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/216/257H4.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/216/257H5.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/216/257H6.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/233/264/346/222/255/350/247/206/351/242/221/350/275/275/345/205/245.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/275/221/347/273/234.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/347/275/221/347/273/234/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/222/231/346/235/277.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/243/201/345/207/217.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/247/206/351/242/221.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/2551.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/2552.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/2553.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/2554.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/2555.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/2556.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/256/346/222/255/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/275/275/345/205/245/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/350/277/233/345/272/246/346/235/241.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/200/211/346/213/251/346/241/206M.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/200/211/346/213/251/346/241/206Ma.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210116X480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210180X400.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210180X480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210240X240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210240X320.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210240X400.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210240X427.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210270X480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210320X240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210320X320.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210320X320/345/234/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210360360/345/234/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210400X180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210400X240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210427X240.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210480X116.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210480X180.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210480X270.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210480X480.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210480X480/345/234/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251320320/345/234/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251360360/345/234/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251480480/345/234/206.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/234/350/211/262/346/273/221/345/212/250/345/235/227.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/242/234/350/211/262/351/200/211/346/213/251/345/234/210.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/P/351/253/230/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257d.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257e.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257en.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257f.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257p.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257r.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257tc.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257x.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/p/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucBoFangQiKongZhi1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucBoFangQiKongZhi1_BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucVideoCut1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucVideoCut1_BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucXiTongXianShi1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucXiTongXianShiAdd1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucXiTongXianShiColor1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/gui/ucXiTongXianShiTable1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/app.ico +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc_128x128.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc_16x16.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc_24x24.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc_256x256.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc_32x32.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc_48x48.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/assets/icons/trcc_64x64.png +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/binary_reader.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/cloud_downloader.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/conf.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/core/__init__.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/core/controllers.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/core/models.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/dc_config.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/dc_parser.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/dc_writer.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/device_base.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/device_implementations.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/gif_animator.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/hid_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/hr10_display.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/hr10_tempd.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/kvm_led_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/lcd_driver.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/led_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/overlay_renderer.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/paths.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/__init__.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/assets.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/base.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/constants.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/eyedropper.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/pipewire_capture.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/qt_app_mvc.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/screen_capture.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_about.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_activity_sidebar.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_color_wheel.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_image_cut.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_info_module.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_led_control.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_preview.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_screen_led.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_sensor_picker.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_seven_segment.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_system_info.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_theme_local.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_theme_mask.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_theme_setting.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_theme_web.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/qt_components/uc_video_cut.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/sensor_enumerator.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/sysinfo_config.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/system_info.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/theme_downloader.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/src/trcc/theme_io.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/README.md +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/__init__.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/hid_testing/__init__.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/hid_testing/conftest.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/hid_testing/test_device_factory.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/hid_testing/test_hid_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/hid_testing/test_led_controller.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/hid_testing/test_led_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/run_tests.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_cloud_downloader.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_controllers.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_dc_parser.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_dc_writer.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_device_detector.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_device_implementations.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_gif_animator.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_hr10_display.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_integration.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_kvm_led_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_lcd_driver.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_models.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_overlay_renderer.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_paths.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_qt_base.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_qt_constants.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_qt_widgets.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_scsi_device.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_sensor_enumerator.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_sysinfo_config.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_system_info.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_theme_downloader.py +0 -0
- {trcc_linux-1.2.17 → trcc_linux-1.2.19}/tests/test_theme_io.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trcc-linux
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.19
|
|
4
4
|
Summary: Linux implementation of Thermalright LCD Control Center
|
|
5
5
|
Project-URL: Homepage, https://github.com/Lexonight1/thermalright-trcc-linux
|
|
6
6
|
Project-URL: Documentation, https://github.com/Lexonight1/thermalright-trcc-linux#readme
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""TRCC Linux version information."""
|
|
2
2
|
|
|
3
|
-
__version__ = "1.2.
|
|
3
|
+
__version__ = "1.2.19"
|
|
4
4
|
__version_info__ = tuple(int(x) for x in __version__.split("."))
|
|
5
5
|
|
|
6
6
|
# Version history:
|
|
@@ -49,3 +49,9 @@ __version_info__ = tuple(int(x) for x in __version__.split("."))
|
|
|
49
49
|
# USBLCD.exe protocol), KVM LED backend, sensor-driven LED fix (cpu_percent/
|
|
50
50
|
# gpu_usage metric keys), unified DEVICE_BUTTON_IMAGE dict for all protocols,
|
|
51
51
|
# LED button image resolver, sensor source CPU/GPU toggle in LED control UI
|
|
52
|
+
# 1.2.18 - Fix GrandVision 360 AIO (87AD:70DB) causing GUI hang: device is vendor-
|
|
53
|
+
# specific USB (class 255), not HID — removed from LED device list to stop
|
|
54
|
+
# timeout loop on startup
|
|
55
|
+
# 1.2.19 - Raw USB bulk protocol for GrandVision/Mjolnir Vision (87AD:70DB):
|
|
56
|
+
# BulkDevice handler (handshake + RGB565 frame send via pyusb),
|
|
57
|
+
# BulkProtocol in device factory, bulk udev rules, CLI detect/probe
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Raw USB bulk device handler for USBLCDNew-type devices.
|
|
3
|
+
|
|
4
|
+
Handles devices with bInterfaceClass=255 (Vendor Specific) that use
|
|
5
|
+
raw USB bulk transfers instead of SCSI or HID. Protocol reverse-engineered
|
|
6
|
+
from USBLCDNew.exe ThreadSendDeviceData (87AD:70DB GrandVision series).
|
|
7
|
+
|
|
8
|
+
Protocol:
|
|
9
|
+
1. Handshake: write 64 bytes {0x12,0x34,0x56,0x78,...,byte[56]=0x01},
|
|
10
|
+
read 1024 bytes. resp[24]=PM, resp[36]=SUB.
|
|
11
|
+
2. Frame send: 64-byte header + RGB565 pixel data, bulk write.
|
|
12
|
+
ZLP if total size is 512-byte aligned.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
|
|
17
|
+
import logging
|
|
18
|
+
import struct
|
|
19
|
+
|
|
20
|
+
from .device_base import DeviceHandler, HandshakeResult
|
|
21
|
+
|
|
22
|
+
log = logging.getLogger(__name__)
|
|
23
|
+
|
|
24
|
+
# Handshake payload: 64 bytes from USBLCDNew ThreadSendDeviceData
|
|
25
|
+
_HANDSHAKE_PAYLOAD = bytes([
|
|
26
|
+
0x12, 0x34, 0x56, 0x78, 0, 0, 0, 0, 0, 0,
|
|
27
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
28
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
29
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
30
|
+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
31
|
+
0, 0, 0, 0, 0, 0, 1, 0, 0, 0,
|
|
32
|
+
0, 0, 0, 0,
|
|
33
|
+
])
|
|
34
|
+
|
|
35
|
+
_HANDSHAKE_READ_SIZE = 1024
|
|
36
|
+
_HANDSHAKE_TIMEOUT_MS = 1000
|
|
37
|
+
_WRITE_TIMEOUT_MS = 1000
|
|
38
|
+
_FRAME_HEADER_SIZE = 64
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class BulkDevice(DeviceHandler):
|
|
42
|
+
"""USB bulk device handler for USBLCDNew-type LCDs (87AD:70DB etc.).
|
|
43
|
+
|
|
44
|
+
Uses pyusb for raw bulk endpoint I/O. The kernel must not have
|
|
45
|
+
claimed the interface (no usb-storage, no usbhid).
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
def __init__(self, vid: int, pid: int, usb_path: str = ""):
|
|
49
|
+
self.vid = vid
|
|
50
|
+
self.pid = pid
|
|
51
|
+
self.usb_path = usb_path
|
|
52
|
+
self._dev = None
|
|
53
|
+
self._ep_out = None
|
|
54
|
+
self._ep_in = None
|
|
55
|
+
self.pm: int = 0
|
|
56
|
+
self.sub_type: int = 0
|
|
57
|
+
self.width: int = 0
|
|
58
|
+
self.height: int = 0
|
|
59
|
+
self._raw_handshake: bytes = b""
|
|
60
|
+
|
|
61
|
+
def _open(self):
|
|
62
|
+
"""Find and claim the USB device."""
|
|
63
|
+
import usb.core
|
|
64
|
+
import usb.util
|
|
65
|
+
|
|
66
|
+
dev = usb.core.find(idVendor=self.vid, idProduct=self.pid) # type: ignore[union-attr]
|
|
67
|
+
if dev is None:
|
|
68
|
+
raise RuntimeError(f"USB device {self.vid:04x}:{self.pid:04x} not found")
|
|
69
|
+
|
|
70
|
+
# Detach kernel driver if attached
|
|
71
|
+
for i in range(dev.get_active_configuration().bNumInterfaces): # type: ignore[union-attr]
|
|
72
|
+
if dev.is_kernel_driver_active(i): # type: ignore[union-attr]
|
|
73
|
+
dev.detach_kernel_driver(i) # type: ignore[union-attr]
|
|
74
|
+
log.debug("Detached kernel driver from interface %d", i)
|
|
75
|
+
|
|
76
|
+
dev.set_configuration() # type: ignore[union-attr]
|
|
77
|
+
cfg = dev.get_active_configuration() # type: ignore[union-attr]
|
|
78
|
+
intf = cfg[(0, 0)] # type: ignore[index]
|
|
79
|
+
|
|
80
|
+
self._ep_out = usb.util.find_descriptor(
|
|
81
|
+
intf,
|
|
82
|
+
custom_match=lambda e: usb.util.endpoint_direction(
|
|
83
|
+
e.bEndpointAddress
|
|
84
|
+
) == usb.util.ENDPOINT_OUT,
|
|
85
|
+
)
|
|
86
|
+
self._ep_in = usb.util.find_descriptor(
|
|
87
|
+
intf,
|
|
88
|
+
custom_match=lambda e: usb.util.endpoint_direction(
|
|
89
|
+
e.bEndpointAddress
|
|
90
|
+
) == usb.util.ENDPOINT_IN,
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
if self._ep_out is None or self._ep_in is None:
|
|
94
|
+
raise RuntimeError("Could not find bulk IN/OUT endpoints")
|
|
95
|
+
|
|
96
|
+
self._dev = dev
|
|
97
|
+
log.info("Opened bulk device %04x:%04x (EP OUT=0x%02x, EP IN=0x%02x)",
|
|
98
|
+
self.vid, self.pid,
|
|
99
|
+
self._ep_out.bEndpointAddress, # type: ignore[union-attr]
|
|
100
|
+
self._ep_in.bEndpointAddress) # type: ignore[union-attr]
|
|
101
|
+
|
|
102
|
+
def handshake(self) -> HandshakeResult:
|
|
103
|
+
"""Send 64-byte handshake, read 1024-byte response.
|
|
104
|
+
|
|
105
|
+
Extracts PM from resp[24], SUB from resp[36].
|
|
106
|
+
"""
|
|
107
|
+
if self._dev is None:
|
|
108
|
+
self._open()
|
|
109
|
+
|
|
110
|
+
assert self._ep_out is not None
|
|
111
|
+
assert self._ep_in is not None
|
|
112
|
+
|
|
113
|
+
# Write handshake
|
|
114
|
+
self._ep_out.write(_HANDSHAKE_PAYLOAD, timeout=_HANDSHAKE_TIMEOUT_MS) # type: ignore[union-attr]
|
|
115
|
+
log.debug("Handshake sent (%d bytes)", len(_HANDSHAKE_PAYLOAD))
|
|
116
|
+
|
|
117
|
+
# Read response
|
|
118
|
+
resp = bytes(self._ep_in.read( # type: ignore[union-attr]
|
|
119
|
+
_HANDSHAKE_READ_SIZE, timeout=_HANDSHAKE_TIMEOUT_MS
|
|
120
|
+
))
|
|
121
|
+
self._raw_handshake = resp
|
|
122
|
+
log.info("Handshake response: %d bytes", len(resp))
|
|
123
|
+
log.debug("Response hex (first 64): %s",
|
|
124
|
+
" ".join(f"{b:02x}" for b in resp[:64]))
|
|
125
|
+
|
|
126
|
+
# Validate: resp[24] must be non-zero (from CS code)
|
|
127
|
+
if len(resp) < 41 or resp[24] == 0:
|
|
128
|
+
log.warning("Handshake failed: resp[24]=%s (expected non-zero)",
|
|
129
|
+
resp[24] if len(resp) > 24 else "N/A")
|
|
130
|
+
return HandshakeResult(raw_response=resp)
|
|
131
|
+
|
|
132
|
+
# Extract PM and SUB (from USBLCDNew shared memory mapping)
|
|
133
|
+
self.pm = resp[24]
|
|
134
|
+
self.sub_type = resp[36]
|
|
135
|
+
|
|
136
|
+
# Derive resolution from PM (same mapping as SCSI poll byte)
|
|
137
|
+
res_map = {36: (240, 240), 50: (240, 320), 51: (320, 240),
|
|
138
|
+
100: (320, 320), 101: (480, 480)}
|
|
139
|
+
resolution = res_map.get(self.pm)
|
|
140
|
+
if resolution:
|
|
141
|
+
self.width, self.height = resolution
|
|
142
|
+
|
|
143
|
+
log.info("Bulk handshake OK: PM=%d, SUB=%d, resolution=%s",
|
|
144
|
+
self.pm, self.sub_type, resolution)
|
|
145
|
+
|
|
146
|
+
return HandshakeResult(
|
|
147
|
+
resolution=resolution,
|
|
148
|
+
model_id=self.pm,
|
|
149
|
+
raw_response=resp,
|
|
150
|
+
)
|
|
151
|
+
|
|
152
|
+
def send_frame(self, rgb565_data: bytes) -> bool:
|
|
153
|
+
"""Send one RGB565 frame via bulk write.
|
|
154
|
+
|
|
155
|
+
Frame format (from USBLCDNew ThreadSendDeviceData):
|
|
156
|
+
- 64-byte header (bytes[60:64] = data size as uint32 LE)
|
|
157
|
+
- RGB565 pixel data
|
|
158
|
+
- ZLP if total size is 512-byte aligned
|
|
159
|
+
"""
|
|
160
|
+
if self._dev is None or self._ep_out is None:
|
|
161
|
+
self.handshake()
|
|
162
|
+
|
|
163
|
+
assert self._ep_out is not None
|
|
164
|
+
|
|
165
|
+
data_size = len(rgb565_data)
|
|
166
|
+
|
|
167
|
+
# Build 64-byte header
|
|
168
|
+
header = bytearray(64)
|
|
169
|
+
struct.pack_into("<I", header, 60, data_size)
|
|
170
|
+
|
|
171
|
+
payload = bytes(header) + rgb565_data
|
|
172
|
+
total = len(payload)
|
|
173
|
+
|
|
174
|
+
try:
|
|
175
|
+
self._ep_out.write(payload, timeout=_WRITE_TIMEOUT_MS) # type: ignore[union-attr]
|
|
176
|
+
|
|
177
|
+
# Send ZLP if 512-byte aligned (from CS code)
|
|
178
|
+
if total % 512 == 0:
|
|
179
|
+
self._ep_out.write(b"", timeout=_WRITE_TIMEOUT_MS) # type: ignore[union-attr]
|
|
180
|
+
|
|
181
|
+
return True
|
|
182
|
+
except Exception:
|
|
183
|
+
log.exception("Bulk frame send failed (%d bytes)", total)
|
|
184
|
+
return False
|
|
185
|
+
|
|
186
|
+
def close(self) -> None:
|
|
187
|
+
"""Release USB device."""
|
|
188
|
+
if self._dev is not None:
|
|
189
|
+
import usb.util
|
|
190
|
+
usb.util.dispose_resources(self._dev)
|
|
191
|
+
self._dev = None
|
|
192
|
+
self._ep_out = None
|
|
193
|
+
self._ep_in = None
|
|
194
|
+
log.info("Bulk device closed")
|
|
@@ -299,6 +299,19 @@ def _probe_device(dev):
|
|
|
299
299
|
except Exception:
|
|
300
300
|
pass
|
|
301
301
|
|
|
302
|
+
# Bulk USB devices: probe via bulk_device handshake
|
|
303
|
+
elif dev.implementation == 'bulk_usblcdnew':
|
|
304
|
+
try:
|
|
305
|
+
from trcc.bulk_device import BulkDevice
|
|
306
|
+
bd = BulkDevice(dev.vid, dev.pid)
|
|
307
|
+
hs = bd.handshake()
|
|
308
|
+
if hs.resolution:
|
|
309
|
+
result['resolution'] = hs.resolution
|
|
310
|
+
result['pm'] = hs.model_id
|
|
311
|
+
bd.close()
|
|
312
|
+
except Exception:
|
|
313
|
+
pass
|
|
314
|
+
|
|
302
315
|
return result
|
|
303
316
|
|
|
304
317
|
|
|
@@ -306,7 +319,12 @@ def _format_device(dev, probe=False):
|
|
|
306
319
|
"""Format a detected device for display."""
|
|
307
320
|
vid_pid = f"[{dev.vid:04x}:{dev.pid:04x}]"
|
|
308
321
|
proto = dev.protocol.upper()
|
|
309
|
-
|
|
322
|
+
if dev.scsi_device:
|
|
323
|
+
path = dev.scsi_device
|
|
324
|
+
elif dev.protocol in ("hid", "bulk"):
|
|
325
|
+
path = f"{dev.vid:04x}:{dev.pid:04x}"
|
|
326
|
+
else:
|
|
327
|
+
path = "No device path found"
|
|
310
328
|
line = f"{path} — {dev.product_name} {vid_pid} ({proto})"
|
|
311
329
|
|
|
312
330
|
if not probe:
|
|
@@ -933,11 +951,16 @@ def setup_udev(dry_run=False):
|
|
|
933
951
|
(no /dev/sgX created). The :u quirk forces usb-storage bulk-only transport.
|
|
934
952
|
"""
|
|
935
953
|
try:
|
|
936
|
-
from trcc.device_detector import
|
|
954
|
+
from trcc.device_detector import (
|
|
955
|
+
_BULK_DEVICES,
|
|
956
|
+
_HID_LCD_DEVICES,
|
|
957
|
+
_LED_DEVICES,
|
|
958
|
+
KNOWN_DEVICES,
|
|
959
|
+
)
|
|
937
960
|
|
|
938
961
|
# Always include ALL devices in udev rules (so hardware is ready
|
|
939
|
-
# when users plug in HID devices, even without --testing-hid)
|
|
940
|
-
all_devices = {**KNOWN_DEVICES, **_HID_LCD_DEVICES, **_LED_DEVICES}
|
|
962
|
+
# when users plug in HID/bulk devices, even without --testing-hid)
|
|
963
|
+
all_devices = {**KNOWN_DEVICES, **_HID_LCD_DEVICES, **_LED_DEVICES, **_BULK_DEVICES}
|
|
941
964
|
|
|
942
965
|
# --- 1. udev rules (permissions) ---
|
|
943
966
|
rules_path = "/etc/udev/rules.d/99-trcc-lcd.rules"
|
|
@@ -960,6 +983,15 @@ def setup_udev(dry_run=False):
|
|
|
960
983
|
f'ATTR{{idProduct}}=="{pid:04x}", '
|
|
961
984
|
f'MODE="0666"'
|
|
962
985
|
)
|
|
986
|
+
elif protocol == "bulk":
|
|
987
|
+
# Raw USB bulk devices need usb subsystem rules (pyusb access)
|
|
988
|
+
rules_lines.append(
|
|
989
|
+
f'# {vendor} {product}\n'
|
|
990
|
+
f'SUBSYSTEM=="usb", '
|
|
991
|
+
f'ATTR{{idVendor}}=="{vid:04x}", '
|
|
992
|
+
f'ATTR{{idProduct}}=="{pid:04x}", '
|
|
993
|
+
f'MODE="0666"'
|
|
994
|
+
)
|
|
963
995
|
else:
|
|
964
996
|
rules_lines.append(
|
|
965
997
|
f'# {vendor} {product}\n'
|
|
@@ -15,7 +15,9 @@ Supported devices (HID LCD — auto-detected when plugged in):
|
|
|
15
15
|
|
|
16
16
|
Supported devices (HID LED — RGB controllers, auto-detected when plugged in):
|
|
17
17
|
- Winbond: VID=0x0416, PID=0x8001 (64-byte reports)
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
Supported devices (Raw USB bulk — bInterfaceClass=255, Vendor Specific):
|
|
20
|
+
- ChiZhu Tech: VID=0x87AD, PID=0x70DB (GrandVision/Mjolnir Vision, USBLCDNew protocol)
|
|
19
21
|
"""
|
|
20
22
|
|
|
21
23
|
import logging
|
|
@@ -59,14 +61,7 @@ KNOWN_DEVICES = {
|
|
|
59
61
|
"button_image": "A1CZTV",
|
|
60
62
|
"implementation": "thermalright_lcd_v1"
|
|
61
63
|
},
|
|
62
|
-
#
|
|
63
|
-
(0x87AD, 0x70DB): {
|
|
64
|
-
"vendor": "ChiZhu Tech",
|
|
65
|
-
"product": "GrandVision 360 AIO (USBLCD)",
|
|
66
|
-
"model": "GRAND_VISION",
|
|
67
|
-
"button_image": "A1CZTV",
|
|
68
|
-
"implementation": "thermalright_lcd_v1"
|
|
69
|
-
},
|
|
64
|
+
# NOTE: 87AD:70DB (GrandVision) moved to _BULK_DEVICES — it's raw USB bulk, not SCSI.
|
|
70
65
|
(0x0416, 0x5406): {
|
|
71
66
|
"vendor": "Winbond",
|
|
72
67
|
"product": "LCD Display (USBLCD)",
|
|
@@ -136,22 +131,31 @@ _LED_DEVICES = {
|
|
|
136
131
|
"protocol": "hid",
|
|
137
132
|
"device_type": 1,
|
|
138
133
|
},
|
|
139
|
-
|
|
140
|
-
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
# Raw USB bulk devices (bInterfaceClass=255, Vendor Specific).
|
|
137
|
+
# These use the USBLCDNew protocol (ThreadSendDeviceData) — not SCSI, not HID.
|
|
138
|
+
# Requires pyusb for raw bulk endpoint I/O.
|
|
139
|
+
_BULK_DEVICES = {
|
|
140
|
+
# 87AD:70DB — GrandVision 360 AIO / Mjolnir Vision 360
|
|
141
|
+
# USBLCDNew ThreadSendDeviceData: 64-byte handshake → 1024-byte response → RGB565 frames
|
|
141
142
|
(0x87AD, 0x70DB): {
|
|
142
143
|
"vendor": "ChiZhu Tech",
|
|
143
|
-
"product": "
|
|
144
|
+
"product": "GrandVision 360 AIO (Bulk USB)",
|
|
144
145
|
"model": "GRAND_VISION",
|
|
145
|
-
"button_image": "
|
|
146
|
-
"implementation": "
|
|
147
|
-
"protocol": "
|
|
148
|
-
"device_type":
|
|
146
|
+
"button_image": "A1CZTV",
|
|
147
|
+
"implementation": "bulk_usblcdnew",
|
|
148
|
+
"protocol": "bulk",
|
|
149
|
+
"device_type": 4, # 4 = raw USB bulk
|
|
149
150
|
},
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
# Backward-compat alias (tests and setup-udev reference this)
|
|
153
154
|
KNOWN_LED_DEVICES = _LED_DEVICES
|
|
154
155
|
|
|
156
|
+
# Public alias for bulk devices (setup-udev needs VID:PIDs)
|
|
157
|
+
KNOWN_BULK_DEVICES = _BULK_DEVICES
|
|
158
|
+
|
|
155
159
|
# Legacy flag — kept for backward compat but no longer checked.
|
|
156
160
|
# HID devices are now auto-detected when plugged in.
|
|
157
161
|
_hid_testing_enabled = False
|
|
@@ -164,10 +168,11 @@ def enable_hid_testing():
|
|
|
164
168
|
|
|
165
169
|
|
|
166
170
|
def _get_all_devices():
|
|
167
|
-
"""Return device lookup dict (SCSI + HID LCD + LED)."""
|
|
171
|
+
"""Return device lookup dict (SCSI + HID LCD + LED + Bulk)."""
|
|
168
172
|
all_devices = dict(KNOWN_DEVICES)
|
|
169
173
|
all_devices.update(_HID_LCD_DEVICES)
|
|
170
174
|
all_devices.update(_LED_DEVICES)
|
|
175
|
+
all_devices.update(_BULK_DEVICES)
|
|
171
176
|
return all_devices
|
|
172
177
|
|
|
173
178
|
|
|
@@ -21,7 +21,7 @@ Usage::
|
|
|
21
21
|
import logging
|
|
22
22
|
from abc import ABC, abstractmethod
|
|
23
23
|
from dataclasses import dataclass, field
|
|
24
|
-
from typing import Callable, Dict, List, Optional, Tuple
|
|
24
|
+
from typing import Any, Callable, Dict, List, Optional, Tuple
|
|
25
25
|
|
|
26
26
|
log = logging.getLogger(__name__)
|
|
27
27
|
|
|
@@ -463,6 +463,102 @@ class LedProtocol(DeviceProtocol):
|
|
|
463
463
|
return f"LedProtocol(vid=0x{self._vid:04x}, pid=0x{self._pid:04x})"
|
|
464
464
|
|
|
465
465
|
|
|
466
|
+
# =========================================================================
|
|
467
|
+
# BulkProtocol — raw USB bulk (USBLCDNew) implementation
|
|
468
|
+
# =========================================================================
|
|
469
|
+
|
|
470
|
+
class BulkProtocol(DeviceProtocol):
|
|
471
|
+
"""LCD communication via raw USB bulk (bInterfaceClass=255).
|
|
472
|
+
|
|
473
|
+
Wraps bulk_device.BulkDevice. Used for GrandVision / Mjolnir Vision
|
|
474
|
+
devices (87AD:70DB) that use the USBLCDNew ThreadSendDeviceData protocol.
|
|
475
|
+
"""
|
|
476
|
+
|
|
477
|
+
def __init__(self, vid: int, pid: int):
|
|
478
|
+
super().__init__()
|
|
479
|
+
self._vid = vid
|
|
480
|
+
self._pid = pid
|
|
481
|
+
self._device: Optional[Any] = None # BulkDevice (lazy import)
|
|
482
|
+
self._last_error: Optional[Exception] = None
|
|
483
|
+
|
|
484
|
+
def _ensure_device(self):
|
|
485
|
+
"""Lazily create and handshake the bulk device."""
|
|
486
|
+
if self._device is None:
|
|
487
|
+
from .bulk_device import BulkDevice
|
|
488
|
+
self._device = BulkDevice(self._vid, self._pid)
|
|
489
|
+
result = self._device.handshake()
|
|
490
|
+
if result.resolution:
|
|
491
|
+
self._notify_state_changed("handshake_complete", True)
|
|
492
|
+
log.info("Bulk handshake OK: PM=%d, resolution=%s",
|
|
493
|
+
result.model_id, result.resolution)
|
|
494
|
+
else:
|
|
495
|
+
log.warning("Bulk handshake: no resolution detected")
|
|
496
|
+
|
|
497
|
+
def handshake(self):
|
|
498
|
+
"""Perform bulk device handshake."""
|
|
499
|
+
try:
|
|
500
|
+
self._ensure_device()
|
|
501
|
+
assert self._device is not None
|
|
502
|
+
return self._device._raw_handshake
|
|
503
|
+
except Exception as e:
|
|
504
|
+
log.exception("Bulk handshake failed for %04X:%04X",
|
|
505
|
+
self._vid, self._pid)
|
|
506
|
+
self._last_error = e
|
|
507
|
+
self._notify_error(f"Bulk handshake failed: {e}")
|
|
508
|
+
return None
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
def last_error(self) -> Optional[Exception]:
|
|
512
|
+
"""Last exception from handshake."""
|
|
513
|
+
return self._last_error
|
|
514
|
+
|
|
515
|
+
def send_image(self, image_data: bytes, width: int, height: int) -> bool:
|
|
516
|
+
try:
|
|
517
|
+
self._ensure_device()
|
|
518
|
+
assert self._device is not None
|
|
519
|
+
success = self._device.send_frame(image_data)
|
|
520
|
+
self._notify_send_complete(success)
|
|
521
|
+
return success
|
|
522
|
+
except Exception as e:
|
|
523
|
+
self._notify_error(f"Bulk send failed: {e}")
|
|
524
|
+
self._notify_send_complete(False)
|
|
525
|
+
return False
|
|
526
|
+
|
|
527
|
+
def close(self) -> None:
|
|
528
|
+
if self._device is not None:
|
|
529
|
+
try:
|
|
530
|
+
self._device.close()
|
|
531
|
+
except Exception:
|
|
532
|
+
pass
|
|
533
|
+
self._device = None
|
|
534
|
+
|
|
535
|
+
def get_info(self) -> 'ProtocolInfo':
|
|
536
|
+
backends = _get_hid_backends()
|
|
537
|
+
active = "pyusb" if backends["pyusb"] else "none"
|
|
538
|
+
backends["sg_raw"] = False
|
|
539
|
+
return ProtocolInfo(
|
|
540
|
+
protocol="bulk",
|
|
541
|
+
device_type=4,
|
|
542
|
+
protocol_display="USB Bulk (USBLCDNew)",
|
|
543
|
+
device_type_display="Raw USB Bulk LCD",
|
|
544
|
+
active_backend=active,
|
|
545
|
+
backends=backends,
|
|
546
|
+
transport_open=self._device is not None,
|
|
547
|
+
)
|
|
548
|
+
|
|
549
|
+
@property
|
|
550
|
+
def protocol_name(self) -> str:
|
|
551
|
+
return "bulk"
|
|
552
|
+
|
|
553
|
+
@property
|
|
554
|
+
def is_available(self) -> bool:
|
|
555
|
+
backends = _get_hid_backends()
|
|
556
|
+
return backends["pyusb"]
|
|
557
|
+
|
|
558
|
+
def __repr__(self) -> str:
|
|
559
|
+
return f"BulkProtocol(vid=0x{self._vid:04x}, pid=0x{self._pid:04x})"
|
|
560
|
+
|
|
561
|
+
|
|
466
562
|
# =========================================================================
|
|
467
563
|
# Backward-compatible aliases (old names still work)
|
|
468
564
|
# =========================================================================
|
|
@@ -526,6 +622,13 @@ class DeviceProtocolFactory:
|
|
|
526
622
|
if protocol == 'scsi':
|
|
527
623
|
log.info("Creating ScsiProtocol for %s", device_info.path)
|
|
528
624
|
return ScsiProtocol(device_info.path)
|
|
625
|
+
elif protocol == 'bulk':
|
|
626
|
+
log.info("Creating BulkProtocol for %04X:%04X",
|
|
627
|
+
device_info.vid, device_info.pid)
|
|
628
|
+
return BulkProtocol(
|
|
629
|
+
vid=device_info.vid,
|
|
630
|
+
pid=device_info.pid,
|
|
631
|
+
)
|
|
529
632
|
elif protocol == 'hid':
|
|
530
633
|
# LED devices use a different protocol than LCD HID devices
|
|
531
634
|
if implementation == 'hid_led':
|
|
@@ -595,12 +698,14 @@ PROTOCOL_NAMES = {
|
|
|
595
698
|
"scsi": "SCSI (sg_raw)",
|
|
596
699
|
"hid": "HID (USB bulk)",
|
|
597
700
|
"led": "LED (HID 64-byte)",
|
|
701
|
+
"bulk": "USB Bulk (USBLCDNew)",
|
|
598
702
|
}
|
|
599
703
|
|
|
600
704
|
DEVICE_TYPE_NAMES = {
|
|
601
705
|
1: "SCSI RGB565",
|
|
602
706
|
2: "HID Type 2 (H)",
|
|
603
707
|
3: "HID Type 3 (ALi)",
|
|
708
|
+
4: "Raw USB Bulk LCD",
|
|
604
709
|
}
|
|
605
710
|
|
|
606
711
|
LED_DEVICE_TYPE_NAME = "RGB LED Controller"
|
|
@@ -726,6 +831,8 @@ def get_protocol_info(device_info=None) -> ProtocolInfo:
|
|
|
726
831
|
|
|
727
832
|
if protocol == "scsi":
|
|
728
833
|
active = "sg_raw" if backends["sg_raw"] else "none"
|
|
834
|
+
elif protocol == "bulk":
|
|
835
|
+
active = "pyusb" if backends["pyusb"] else "none"
|
|
729
836
|
elif protocol == "hid":
|
|
730
837
|
if backends["pyusb"]:
|
|
731
838
|
active = "pyusb"
|
|
@@ -297,6 +297,27 @@ def find_lcd_devices() -> List[Dict]:
|
|
|
297
297
|
'device_type': device_type,
|
|
298
298
|
'implementation': dev.implementation,
|
|
299
299
|
})
|
|
300
|
+
elif protocol == 'bulk':
|
|
301
|
+
# Bulk USB devices — no SCSI path, use VID:PID
|
|
302
|
+
bulk_path = f"bulk:{dev.vid:04x}:{dev.pid:04x}"
|
|
303
|
+
|
|
304
|
+
# Resolution unknown until handshake; default from device registry
|
|
305
|
+
resolution = (0, 0)
|
|
306
|
+
|
|
307
|
+
devices.append({
|
|
308
|
+
'name': f"{dev.vendor_name} {dev.product_name}",
|
|
309
|
+
'path': bulk_path,
|
|
310
|
+
'resolution': resolution,
|
|
311
|
+
'vendor': dev.vendor_name,
|
|
312
|
+
'product': dev.product_name,
|
|
313
|
+
'model': dev.model,
|
|
314
|
+
'button_image': dev.button_image,
|
|
315
|
+
'vid': dev.vid,
|
|
316
|
+
'pid': dev.pid,
|
|
317
|
+
'protocol': 'bulk',
|
|
318
|
+
'device_type': device_type,
|
|
319
|
+
'implementation': dev.implementation,
|
|
320
|
+
})
|
|
300
321
|
|
|
301
322
|
# Sort by path for stable ordinal assignment
|
|
302
323
|
devices.sort(key=lambda d: d['path'])
|