trcc-linux 1.2.0__tar.gz → 1.2.2__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.0 → trcc_linux-1.2.2}/PKG-INFO +24 -15
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/README.md +23 -14
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/pyproject.toml +1 -1
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/__version__.py +5 -1
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/core/controllers.py +32 -6
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/core/models.py +9 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/device_detector.py +15 -1
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/device_factory.py +16 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/device_implementations.py +13 -3
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/lcd_driver.py +9 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/paths.py +8 -3
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/qt_app_mvc.py +17 -3
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/.gitignore +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/LICENSE +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/__init__.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/__main__.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/fonts/MSYH.TTC +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/fonts/MSYHBD.TTC +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/fonts/README.md +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/240240.gif +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/240320.gif +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/320240.gif +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/320320.gif +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/205/263/344/272/216x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/345/220/257/345/212/250/347/225/214/351/235/242.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/346/225/260/346/215/256/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A0/347/241/254/344/273/266/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AK120 Digital.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AK120 Digitala.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AK120_Digital.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AK120_Digitala.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AS120 VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AS120 VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AS120_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AS120_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AX120 DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AX120 DIGITALa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AX120_DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1AX120_DIGITALa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1BA120 VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1BA120 VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1BA120_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1BA120_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CORE VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CORE VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CORE_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CORE_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CZ1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CZ1a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CZTV.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1CZTVa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1ELITE VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1ELITE VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1ELITE_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1ELITE_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN HORIZON PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN HORIZON PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN MAGIC PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN MAGIC PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN VISION V2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN VISION V2a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN WARFRAME PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN WARFRAME PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN WARFRAME SE.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN WARFRAME SEa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN WARFRAME.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN WARFRAMEa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_HORIZON_PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_MAGIC_PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_VISION_V2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_VISION_V2a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_WARFRAME.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_WARFRAME_PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_WARFRAME_PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_WARFRAME_SE.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_WARFRAME_SEa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1FROZEN_WARFRAMEa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1GRAND VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1GRAND VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1GRAND_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1GRAND_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1HR10 2280 PRO DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1HR10 2280 PRO DIGITALa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1HYPER VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1HYPER VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1HYPER_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1HYPER_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1KVMALEDC6.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1KVMALEDC6a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC1a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC2JD.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC2JDa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC2a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC3.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC3a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC5.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LC5a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF10.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF10a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF11.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF11a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF12.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF12a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF13.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF13a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF14.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF14a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF15.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF15a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF16.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF167.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF16a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF17a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF18.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF18a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF19.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF19a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF8.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LF8a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM16SE.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM16SEa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM22.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM22a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM24.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM24a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM26.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM26a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM27.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1LM27a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir VISION PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir VISION PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir_VISION_PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir_VISION_PROa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Mjolnir_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1PA120 DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1PA120 DIGITALa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1PA120_DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1PA120_DIGITALa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RK120 DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RK120 DIGITALa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RK120_DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RK120_DIGITALa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RP130 VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RP130 VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RP130_VISION.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1RP130_VISIONa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Stream Vision.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Stream Visiona.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Stream_Vision.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1Stream_Visiona.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1/344/274/240/346/204/237/345/231/250.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1/344/274/240/346/204/237/345/231/250a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A1/345/205/263/344/272/216a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A2/347/253/213/345/215/263/346/233/264/346/226/260.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Acpu.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Adram.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Afan.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Agpu.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Ahdd.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Alogout/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Alogout/351/273/230/350/256/244.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Anet.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A/344/270/212/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A/344/270/213/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A/345/242/236/345/212/240/346/225/260/347/273/204.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A/346/225/260/346/215/256/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A/346/273/232/345/212/250/346/235/241.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/A/350/207/252/345/256/232/344/271/211.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0CZ1x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0KVMA/347/201/257/346/216/247.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC1x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LC2x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF10x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF11x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF12x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF13x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF15x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8d.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8e.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8en.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8f.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8p.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8r.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8tc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0LF8x.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0rgblf13.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/345/244/226/351/203/250/350/276/223/345/207/272.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/345/244/226/351/203/250/350/276/223/345/207/272a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/345/244/264/347/233/2241.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/345/244/264/347/233/2242.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/345/244/264/347/233/2243.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/345/244/264/347/233/2244.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/345/244/264/347/233/2245.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/347/201/257/345/205/211/350/201/232/345/220/210.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D1/347/201/257/345/205/211/350/201/232/345/220/210a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2111.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/21110.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/21110a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/21111.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/21111a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/21112.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/21112a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2111a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2112.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2112a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2113.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2113a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2114.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2114a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2115.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2115a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2116.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2116a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2117.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2117a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2118.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2118a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2119.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D2/347/201/257/345/205/2119a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/345/274/200/345/205/263b.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/346/227/213/351/222/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/346/227/213/351/222/2560.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/346/251/231.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/346/271/226.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2001.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2001a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2002.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2002a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2003.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2003a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/231/275.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/264/253.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/272/242.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/347/273/277.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/350/223/235.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D3/351/273/204.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/345/274/200/346/234/272.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/345/274/200/346/234/272a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2561.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2561a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2562a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2563.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2563a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2564.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/214/211/351/222/2564a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2171.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2171a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2172.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2172a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2173.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2173a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2174.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2174a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2175.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2175a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2176.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D4/346/250/241/345/274/2176a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DAK120_DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DAX120_DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DCZ1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DFROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DFROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLC1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLC2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLF10.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLF11.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLF12.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLF13.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLF15.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DLF8.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DPA120 DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/DPA120_DIGITAL.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Dch1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Dch2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Dch3.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Dch4.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/Dchcz1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D/344/270/213/346/213/211/346/241/2062.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D/344/270/213/346/213/211/350/217/234/345/215/225.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D/344/270/213/346/213/211/350/217/234/345/215/2252.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D/344/270/213/346/213/211/351/253/230/344/272/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/D/344/270/213/346/213/211/351/253/230/344/272/2562.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/FROZEN_WARFRAME_Ultra.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/FROZEN_WARFRAME_Ultraa.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/206/205/345/256/271x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/212/250/347/224/273/350/201/224/345/212/250.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xy.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyd.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xye.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyen.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyf.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyp.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyr.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xytc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyx.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yx.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxd.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxe.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxen.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxf.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxp.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxr.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxtc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxx.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/346/250/241/345/235/227/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2501.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2502.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2503.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTV.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVd.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVe.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVen.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVf.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVp.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVr.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVtc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0CZTVx.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0M1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0M2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0M3.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0M4.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0M5.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0M5a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0M6.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/222/255/346/224/276.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/232/202/345/201/234.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/2271280X480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/2271920X462.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227360X800.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227462X1920.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X1280.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X800.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X854.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227540X960.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227800X360.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227800X480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227854X480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227960X540.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P12H.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P1/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P1/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P240240.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P240320.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P24H.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P320240.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P320320.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PDM.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PDMY.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PL0.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PL1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PL2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PL3.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM1.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM1a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM2.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM2a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM3.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM3a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM4.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM4a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM5.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM5a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM6.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PM6a.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PMD.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/PYMD.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/256/276/347/275/256a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/272/221/347/253/257/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/272/221/347/253/257/350/203/214/346/231/257a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/344/277/235/345/255/230/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/205/263/351/227/255/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/205/263/351/227/255/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/207/217.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/211/252/350/276/221/345/235/227a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/211/252/350/276/221/345/235/227b.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/212/237/350/203/275/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/212/237/350/203/275/351/200/211/346/213/251a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/212/240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/215/225/344/275/215/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/215/225/344/275/215/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/217/226/350/211/262.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/220/270/347/256/241.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/233/276/347/211/207.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/234/206/345/275/242/345/205/263/351/227/255.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/234/206/345/275/242/347/241/256/345/256/232.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/244/232/351/200/211.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/244/232/351/200/211a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/256/275/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/257/274/345/205/245.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/257/274/345/207/272.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/345/270/256/345/212/251.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/225/260/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/225/260/346/215/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/226/207/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/227/213/350/275/254.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/230/276/347/244/272/350/276/271/346/241/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/230/276/347/244/272/350/276/271/346/241/206A.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/234/254/345/234/260/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/234/254/345/234/260/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/273/221/345/212/250/345/205/263.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/346/273/221/345/212/250/345/274/200.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233270.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/23390.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a270.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a90.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b270.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b90.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/202/271/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/202/271/351/200/211/346/241/206A.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/216/257H1.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/216/257H2.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/216/257H3.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/216/257H4.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/216/257H5.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/216/257H6.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/275/221/347/273/234.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/347/275/221/347/273/234/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/222/231/346/235/277.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/243/201/345/207/217.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/247/206/351/242/221.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/2551.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/2552.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/2553.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/2554.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/2555.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/2556.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/256/346/222/255/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/275/275/345/205/245/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/350/277/233/345/272/246/346/235/241.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/200/211/346/213/251/346/241/206M.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/200/211/346/213/251/346/241/206Ma.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210116X480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210180X400.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210180X480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210240X240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210240X320.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210240X400.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210240X427.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210270X480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210320X240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210320X320.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210320X320/345/234/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210360360/345/234/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210400X180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210400X240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210427X240.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210480X116.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210480X180.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210480X270.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210480X480.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210480X480/345/234/206.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/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.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/P/351/253/230/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257d.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257e.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257en.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257f.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257p.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257r.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257tc.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257x.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/p/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucBoFangQiKongZhi1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucBoFangQiKongZhi1_BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucVideoCut1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucVideoCut1_BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucXiTongXianShi1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucXiTongXianShiAdd1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucXiTongXianShiColor1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/gui/ucXiTongXianShiTable1.BackgroundImage.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/app.ico +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc_128x128.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc_16x16.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc_24x24.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc_256x256.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc_32x32.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc_48x48.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/assets/icons/trcc_64x64.png +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/binary_reader.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/cli.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/cloud_downloader.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/core/__init__.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/dc_parser.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/dc_writer.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/gif_animator.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/hid_device.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/hr10_display.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/hr10_tempd.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/led_device.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/overlay_renderer.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/__init__.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/assets.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/base.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/constants.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/eyedropper.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/pipewire_capture.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/screen_capture.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_about.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_activity_sidebar.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_color_wheel.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_device.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_image_cut.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_info_module.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_led_control.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_preview.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_screen_led.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_sensor_picker.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_seven_segment.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_system_info.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_theme_local.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_theme_mask.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_theme_setting.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_theme_web.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/qt_components/uc_video_cut.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/scsi_device.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/sensor_enumerator.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/sysinfo_config.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/system_info.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/theme_downloader.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/src/trcc/theme_io.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/README.md +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/__init__.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/hid_testing/__init__.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/hid_testing/conftest.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/hid_testing/test_device_factory.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/hid_testing/test_hid_device.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/hid_testing/test_led_controller.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/hid_testing/test_led_device.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/run_tests.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_cli.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_cloud_downloader.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_controllers.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_dc_parser.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_dc_writer.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_device_detector.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_device_implementations.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_gif_animator.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_hr10_display.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_integration.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_lcd_driver.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_models.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_overlay_renderer.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_paths.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_qt_base.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_qt_constants.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_qt_widgets.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_scsi_device.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_sensor_enumerator.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_sysinfo_config.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_system_info.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/tests/test_theme_downloader.py +0 -0
- {trcc_linux-1.2.0 → trcc_linux-1.2.2}/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.2
|
|
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
|
|
@@ -54,7 +54,7 @@ Description-Content-Type: text/markdown
|
|
|
54
54
|
|
|
55
55
|
[](https://github.com/Lexonight1/thermalright-trcc-linux/actions/workflows/tests.yml)
|
|
56
56
|
[](https://github.com/Lexonight1/thermalright-trcc-linux/actions/workflows/tests.yml)
|
|
57
|
-
[](https://pypi.org/project/trcc-linux/)
|
|
58
58
|
[](https://python.org)
|
|
59
59
|
[](LICENSE)
|
|
60
60
|
|
|
@@ -102,11 +102,20 @@ Run `lsusb` to find your USB ID (`xxxx:xxxx` after `ID`), then match it below.
|
|
|
102
102
|
|--------|---------|
|
|
103
103
|
| `0416:8001` | AX120 DIGITAL, PA120 DIGITAL, Peerless Assassin 120 DIGITAL, HR10 2280 PRO DIGITAL, and others (model auto-detected via handshake) |
|
|
104
104
|
|
|
105
|
-
> HID devices are auto-detected. See the [
|
|
105
|
+
> HID devices are auto-detected. See the [Device Testing Guide](doc/DEVICE_TESTING.md) if you have one — I need testers.
|
|
106
106
|
|
|
107
107
|
## Install
|
|
108
108
|
|
|
109
|
-
###
|
|
109
|
+
### Quick install (PyPI)
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
pip install trcc-linux
|
|
113
|
+
sudo trcc setup-udev
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Then **unplug and replug the USB cable** and run `trcc gui`.
|
|
117
|
+
|
|
118
|
+
### Automatic (recommended for full setup)
|
|
110
119
|
|
|
111
120
|
```bash
|
|
112
121
|
git clone -b stable https://github.com/Lexonight1/thermalright-trcc-linux.git
|
|
@@ -129,43 +138,43 @@ Find your distro, copy the block, paste in terminal. After it finishes: **unplug
|
|
|
129
138
|
### Fedora / Nobara
|
|
130
139
|
|
|
131
140
|
```bash
|
|
132
|
-
sudo dnf install sg3_utils python3-pyqt6 ffmpeg &&
|
|
141
|
+
sudo dnf install sg3_utils python3-pyqt6 ffmpeg && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
133
142
|
```
|
|
134
143
|
|
|
135
144
|
### Ubuntu / Debian / Mint / Pop!_OS / Zorin / elementary OS
|
|
136
145
|
|
|
137
146
|
```bash
|
|
138
|
-
sudo apt install sg3-utils python3-pyqt6 ffmpeg python3-pip
|
|
147
|
+
sudo apt install sg3-utils python3-pyqt6 ffmpeg python3-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
139
148
|
```
|
|
140
149
|
|
|
141
150
|
### Arch / Manjaro / EndeavourOS / CachyOS / Garuda
|
|
142
151
|
|
|
143
152
|
```bash
|
|
144
|
-
sudo pacman -S sg3_utils python-pyqt6 ffmpeg python-pip &&
|
|
153
|
+
sudo pacman -S sg3_utils python-pyqt6 ffmpeg python-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
145
154
|
```
|
|
146
155
|
|
|
147
156
|
### openSUSE
|
|
148
157
|
|
|
149
158
|
```bash
|
|
150
|
-
sudo zypper install sg3_utils python3-qt6 ffmpeg python3-pip &&
|
|
159
|
+
sudo zypper install sg3_utils python3-qt6 ffmpeg python3-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
151
160
|
```
|
|
152
161
|
|
|
153
162
|
### Void Linux
|
|
154
163
|
|
|
155
164
|
```bash
|
|
156
|
-
sudo xbps-install sg3_utils python3-PyQt6 ffmpeg python3-pip &&
|
|
165
|
+
sudo xbps-install sg3_utils python3-PyQt6 ffmpeg python3-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
157
166
|
```
|
|
158
167
|
|
|
159
168
|
### Gentoo
|
|
160
169
|
|
|
161
170
|
```bash
|
|
162
|
-
sudo emerge --ask sg3_utils dev-python/PyQt6 media-video/ffmpeg dev-python/pip &&
|
|
171
|
+
sudo emerge --ask sg3_utils dev-python/PyQt6 media-video/ffmpeg dev-python/pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
163
172
|
```
|
|
164
173
|
|
|
165
174
|
### Alpine
|
|
166
175
|
|
|
167
176
|
```bash
|
|
168
|
-
sudo apk add sg3_utils py3-pyqt6 ffmpeg py3-pip python3 &&
|
|
177
|
+
sudo apk add sg3_utils py3-pyqt6 ffmpeg py3-pip python3 && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
169
178
|
```
|
|
170
179
|
|
|
171
180
|
### Bazzite / Fedora Atomic / Aurora / Bluefin
|
|
@@ -175,7 +184,7 @@ rpm-ostree install sg3_utils && echo "Reboot now, then run the next block" && sy
|
|
|
175
184
|
```
|
|
176
185
|
After reboot:
|
|
177
186
|
```bash
|
|
178
|
-
|
|
187
|
+
python3 -m venv ~/trcc-env && source ~/trcc-env/bin/activate && pip install trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
179
188
|
```
|
|
180
189
|
Launch: `source ~/trcc-env/bin/activate && trcc gui`
|
|
181
190
|
|
|
@@ -183,7 +192,7 @@ Launch: `source ~/trcc-env/bin/activate && trcc gui`
|
|
|
183
192
|
|
|
184
193
|
Switch to Desktop Mode, open Konsole:
|
|
185
194
|
```bash
|
|
186
|
-
sudo steamos-readonly disable && sudo pacman -S --needed sg3_utils python-pip python-pyqt6 ffmpeg &&
|
|
195
|
+
sudo steamos-readonly disable && sudo pacman -S --needed sg3_utils python-pip python-pyqt6 ffmpeg && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop && sudo steamos-readonly enable
|
|
187
196
|
```
|
|
188
197
|
|
|
189
198
|
### NixOS
|
|
@@ -202,7 +211,7 @@ services.udev.extraRules = ''
|
|
|
202
211
|
```
|
|
203
212
|
Then:
|
|
204
213
|
```bash
|
|
205
|
-
|
|
214
|
+
pip install --break-system-packages trcc-linux && trcc install-desktop
|
|
206
215
|
```
|
|
207
216
|
|
|
208
217
|
## Usage
|
|
@@ -231,7 +240,7 @@ See the **[CLI Reference](doc/CLI_REFERENCE.md)** for all 15 commands, options,
|
|
|
231
240
|
| [USBLCDNEW Protocol](doc/USBLCDNEW_PROTOCOL.md) | USB bulk protocol reverse-engineered from USBLCDNEW.exe |
|
|
232
241
|
| [USBLED Protocol](doc/USBLED_PROTOCOL.md) | HID LED protocol reverse-engineered from FormLED.cs |
|
|
233
242
|
| [Testers Wanted](doc/TESTERS_WANTED.md) | Devices that need hardware validation |
|
|
234
|
-
| [
|
|
243
|
+
| [Device Testing Guide](doc/DEVICE_TESTING.md) | Device support and troubleshooting |
|
|
235
244
|
| [Supported Devices](doc/SUPPORTED_DEVICES.md) | Full device list with USB IDs |
|
|
236
245
|
|
|
237
246
|
## Contributors
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/Lexonight1/thermalright-trcc-linux/actions/workflows/tests.yml)
|
|
4
4
|
[](https://github.com/Lexonight1/thermalright-trcc-linux/actions/workflows/tests.yml)
|
|
5
|
-
[](https://pypi.org/project/trcc-linux/)
|
|
6
6
|
[](https://python.org)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
@@ -50,11 +50,20 @@ Run `lsusb` to find your USB ID (`xxxx:xxxx` after `ID`), then match it below.
|
|
|
50
50
|
|--------|---------|
|
|
51
51
|
| `0416:8001` | AX120 DIGITAL, PA120 DIGITAL, Peerless Assassin 120 DIGITAL, HR10 2280 PRO DIGITAL, and others (model auto-detected via handshake) |
|
|
52
52
|
|
|
53
|
-
> HID devices are auto-detected. See the [
|
|
53
|
+
> HID devices are auto-detected. See the [Device Testing Guide](doc/DEVICE_TESTING.md) if you have one — I need testers.
|
|
54
54
|
|
|
55
55
|
## Install
|
|
56
56
|
|
|
57
|
-
###
|
|
57
|
+
### Quick install (PyPI)
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
pip install trcc-linux
|
|
61
|
+
sudo trcc setup-udev
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Then **unplug and replug the USB cable** and run `trcc gui`.
|
|
65
|
+
|
|
66
|
+
### Automatic (recommended for full setup)
|
|
58
67
|
|
|
59
68
|
```bash
|
|
60
69
|
git clone -b stable https://github.com/Lexonight1/thermalright-trcc-linux.git
|
|
@@ -77,43 +86,43 @@ Find your distro, copy the block, paste in terminal. After it finishes: **unplug
|
|
|
77
86
|
### Fedora / Nobara
|
|
78
87
|
|
|
79
88
|
```bash
|
|
80
|
-
sudo dnf install sg3_utils python3-pyqt6 ffmpeg &&
|
|
89
|
+
sudo dnf install sg3_utils python3-pyqt6 ffmpeg && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
81
90
|
```
|
|
82
91
|
|
|
83
92
|
### Ubuntu / Debian / Mint / Pop!_OS / Zorin / elementary OS
|
|
84
93
|
|
|
85
94
|
```bash
|
|
86
|
-
sudo apt install sg3-utils python3-pyqt6 ffmpeg python3-pip
|
|
95
|
+
sudo apt install sg3-utils python3-pyqt6 ffmpeg python3-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
87
96
|
```
|
|
88
97
|
|
|
89
98
|
### Arch / Manjaro / EndeavourOS / CachyOS / Garuda
|
|
90
99
|
|
|
91
100
|
```bash
|
|
92
|
-
sudo pacman -S sg3_utils python-pyqt6 ffmpeg python-pip &&
|
|
101
|
+
sudo pacman -S sg3_utils python-pyqt6 ffmpeg python-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
93
102
|
```
|
|
94
103
|
|
|
95
104
|
### openSUSE
|
|
96
105
|
|
|
97
106
|
```bash
|
|
98
|
-
sudo zypper install sg3_utils python3-qt6 ffmpeg python3-pip &&
|
|
107
|
+
sudo zypper install sg3_utils python3-qt6 ffmpeg python3-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
99
108
|
```
|
|
100
109
|
|
|
101
110
|
### Void Linux
|
|
102
111
|
|
|
103
112
|
```bash
|
|
104
|
-
sudo xbps-install sg3_utils python3-PyQt6 ffmpeg python3-pip &&
|
|
113
|
+
sudo xbps-install sg3_utils python3-PyQt6 ffmpeg python3-pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
105
114
|
```
|
|
106
115
|
|
|
107
116
|
### Gentoo
|
|
108
117
|
|
|
109
118
|
```bash
|
|
110
|
-
sudo emerge --ask sg3_utils dev-python/PyQt6 media-video/ffmpeg dev-python/pip &&
|
|
119
|
+
sudo emerge --ask sg3_utils dev-python/PyQt6 media-video/ffmpeg dev-python/pip && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
111
120
|
```
|
|
112
121
|
|
|
113
122
|
### Alpine
|
|
114
123
|
|
|
115
124
|
```bash
|
|
116
|
-
sudo apk add sg3_utils py3-pyqt6 ffmpeg py3-pip python3 &&
|
|
125
|
+
sudo apk add sg3_utils py3-pyqt6 ffmpeg py3-pip python3 && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
117
126
|
```
|
|
118
127
|
|
|
119
128
|
### Bazzite / Fedora Atomic / Aurora / Bluefin
|
|
@@ -123,7 +132,7 @@ rpm-ostree install sg3_utils && echo "Reboot now, then run the next block" && sy
|
|
|
123
132
|
```
|
|
124
133
|
After reboot:
|
|
125
134
|
```bash
|
|
126
|
-
|
|
135
|
+
python3 -m venv ~/trcc-env && source ~/trcc-env/bin/activate && pip install trcc-linux && sudo trcc setup-udev && trcc install-desktop
|
|
127
136
|
```
|
|
128
137
|
Launch: `source ~/trcc-env/bin/activate && trcc gui`
|
|
129
138
|
|
|
@@ -131,7 +140,7 @@ Launch: `source ~/trcc-env/bin/activate && trcc gui`
|
|
|
131
140
|
|
|
132
141
|
Switch to Desktop Mode, open Konsole:
|
|
133
142
|
```bash
|
|
134
|
-
sudo steamos-readonly disable && sudo pacman -S --needed sg3_utils python-pip python-pyqt6 ffmpeg &&
|
|
143
|
+
sudo steamos-readonly disable && sudo pacman -S --needed sg3_utils python-pip python-pyqt6 ffmpeg && pip install --break-system-packages trcc-linux && sudo trcc setup-udev && trcc install-desktop && sudo steamos-readonly enable
|
|
135
144
|
```
|
|
136
145
|
|
|
137
146
|
### NixOS
|
|
@@ -150,7 +159,7 @@ services.udev.extraRules = ''
|
|
|
150
159
|
```
|
|
151
160
|
Then:
|
|
152
161
|
```bash
|
|
153
|
-
|
|
162
|
+
pip install --break-system-packages trcc-linux && trcc install-desktop
|
|
154
163
|
```
|
|
155
164
|
|
|
156
165
|
## Usage
|
|
@@ -179,7 +188,7 @@ See the **[CLI Reference](doc/CLI_REFERENCE.md)** for all 15 commands, options,
|
|
|
179
188
|
| [USBLCDNEW Protocol](doc/USBLCDNEW_PROTOCOL.md) | USB bulk protocol reverse-engineered from USBLCDNEW.exe |
|
|
180
189
|
| [USBLED Protocol](doc/USBLED_PROTOCOL.md) | HID LED protocol reverse-engineered from FormLED.cs |
|
|
181
190
|
| [Testers Wanted](doc/TESTERS_WANTED.md) | Devices that need hardware validation |
|
|
182
|
-
| [
|
|
191
|
+
| [Device Testing Guide](doc/DEVICE_TESTING.md) | Device support and troubleshooting |
|
|
183
192
|
| [Supported Devices](doc/SUPPORTED_DEVICES.md) | Full device list with USB IDs |
|
|
184
193
|
|
|
185
194
|
## Contributors
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""TRCC Linux version information."""
|
|
2
2
|
|
|
3
|
-
__version__ = "1.2.
|
|
3
|
+
__version__ = "1.2.2"
|
|
4
4
|
__version_info__ = tuple(int(x) for x in __version__.split("."))
|
|
5
5
|
|
|
6
6
|
# Version history:
|
|
@@ -15,3 +15,7 @@ __version_info__ = tuple(int(x) for x in __version__.split("."))
|
|
|
15
15
|
# scan, os.system→subprocess.run
|
|
16
16
|
# 1.2.0 - Autostart on login, reference theme save (config.json), resume command,
|
|
17
17
|
# ruff linting, protocol reverse engineering docs, 1836 tests
|
|
18
|
+
# 1.2.1 - Fix RGB565 byte order for non-320x320 SCSI devices, fix GUI crash on
|
|
19
|
+
# HID handshake failure, add verbose debug logging (trcc -vv gui)
|
|
20
|
+
# 1.2.2 - Fix local themes not loading from pip install (Custom_ dirs blocked
|
|
21
|
+
# on-demand download), bump for PyPI
|
|
@@ -9,6 +9,7 @@ Controllers are GUI-framework independent. They:
|
|
|
9
9
|
from __future__ import annotations
|
|
10
10
|
|
|
11
11
|
import json
|
|
12
|
+
import logging
|
|
12
13
|
import shutil
|
|
13
14
|
import tempfile
|
|
14
15
|
import threading
|
|
@@ -40,9 +41,18 @@ from .models import (
|
|
|
40
41
|
VideoState,
|
|
41
42
|
)
|
|
42
43
|
|
|
44
|
+
log = logging.getLogger(__name__)
|
|
43
45
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
+
|
|
47
|
+
def image_to_rgb565(img: Any, byte_order: str = '>') -> bytes:
|
|
48
|
+
"""Convert PIL Image to RGB565 bytes.
|
|
49
|
+
|
|
50
|
+
Windows TRCC ImageTo565: big-endian for 320x320, little-endian otherwise.
|
|
51
|
+
|
|
52
|
+
Args:
|
|
53
|
+
img: PIL Image.
|
|
54
|
+
byte_order: '>' for big-endian, '<' for little-endian.
|
|
55
|
+
"""
|
|
46
56
|
if img.mode != 'RGB':
|
|
47
57
|
img = img.convert('RGB')
|
|
48
58
|
|
|
@@ -51,7 +61,7 @@ def image_to_rgb565(img: Any) -> bytes:
|
|
|
51
61
|
g = (arr[:, :, 1] >> 2) & 0x3F
|
|
52
62
|
b = (arr[:, :, 2] >> 3) & 0x1F
|
|
53
63
|
rgb565 = (r << 11) | (g << 5) | b
|
|
54
|
-
return rgb565.astype('
|
|
64
|
+
return rgb565.astype(f'{byte_order}u2').tobytes()
|
|
55
65
|
|
|
56
66
|
|
|
57
67
|
def apply_rotation(image: Any, rotation: int) -> Any:
|
|
@@ -390,6 +400,7 @@ class OverlayController:
|
|
|
390
400
|
|
|
391
401
|
def enable(self, enabled: bool = True):
|
|
392
402
|
"""Enable or disable overlay rendering."""
|
|
403
|
+
log.debug("Overlay %s", "enabled" if enabled else "disabled")
|
|
393
404
|
self.model.enabled = enabled
|
|
394
405
|
|
|
395
406
|
def is_enabled(self) -> bool:
|
|
@@ -569,9 +580,11 @@ class LCDDeviceController:
|
|
|
569
580
|
|
|
570
581
|
Sets up theme directories and detects devices.
|
|
571
582
|
"""
|
|
583
|
+
log.debug("Initializing controller, data_dir=%s", data_dir)
|
|
572
584
|
self._data_dir = data_dir
|
|
573
585
|
|
|
574
586
|
# Set LCD target size for video and overlay
|
|
587
|
+
log.debug("LCD target: %dx%d", self.lcd_width, self.lcd_height)
|
|
575
588
|
self.video.set_target_size(self.lcd_width, self.lcd_height)
|
|
576
589
|
self.overlay.set_target_size(self.lcd_width, self.lcd_height)
|
|
577
590
|
|
|
@@ -603,6 +616,7 @@ class LCDDeviceController:
|
|
|
603
616
|
"""Set LCD resolution, update sub-controllers, and optionally persist to config."""
|
|
604
617
|
if width == self.lcd_width and height == self.lcd_height:
|
|
605
618
|
return
|
|
619
|
+
log.info("Resolution changed: %dx%d → %dx%d", self.lcd_width, self.lcd_height, width, height)
|
|
606
620
|
self.lcd_width = width
|
|
607
621
|
self.lcd_height = height
|
|
608
622
|
self.video.set_target_size(width, height)
|
|
@@ -658,6 +672,7 @@ class LCDDeviceController:
|
|
|
658
672
|
loads resources by reference — no file copying. Otherwise falls back
|
|
659
673
|
to the original copy-to-working-dir approach.
|
|
660
674
|
"""
|
|
675
|
+
log.info("Loading local theme: %s", theme.path)
|
|
661
676
|
# Stop any running video/animation first
|
|
662
677
|
self.video.stop()
|
|
663
678
|
|
|
@@ -1083,20 +1098,31 @@ class LCDDeviceController:
|
|
|
1083
1098
|
|
|
1084
1099
|
def _send_frame_to_lcd(self, image: Any):
|
|
1085
1100
|
"""Send PIL Image to LCD device (with rotation and brightness applied)."""
|
|
1086
|
-
|
|
1101
|
+
device = self.devices.get_selected()
|
|
1102
|
+
if not device:
|
|
1103
|
+
log.debug("Send skipped — no device selected")
|
|
1087
1104
|
return
|
|
1088
1105
|
|
|
1089
1106
|
try:
|
|
1090
1107
|
adjusted = self._apply_brightness(image)
|
|
1091
1108
|
rotated = self._apply_rotation(adjusted)
|
|
1092
1109
|
rgb565_data = self._image_to_rgb565(rotated)
|
|
1110
|
+
log.debug("Sending %d bytes to %s (%dx%d)", len(rgb565_data), device.path, self.lcd_width, self.lcd_height)
|
|
1093
1111
|
self.devices.send_image_async(rgb565_data, self.lcd_width, self.lcd_height)
|
|
1094
1112
|
except Exception as e:
|
|
1095
1113
|
self._handle_error(f"LCD send error: {e}")
|
|
1096
1114
|
|
|
1097
1115
|
def _image_to_rgb565(self, img: Any) -> bytes:
|
|
1098
|
-
"""Convert PIL Image to RGB565 bytes.
|
|
1099
|
-
|
|
1116
|
+
"""Convert PIL Image to RGB565 bytes.
|
|
1117
|
+
|
|
1118
|
+
Byte order matches Windows TRCC ImageTo565:
|
|
1119
|
+
big-endian for 320x320, little-endian for other resolutions.
|
|
1120
|
+
"""
|
|
1121
|
+
byte_order = '>'
|
|
1122
|
+
device = self.devices.get_selected()
|
|
1123
|
+
if device and device.protocol == 'scsi' and device.resolution != (320, 320):
|
|
1124
|
+
byte_order = '<'
|
|
1125
|
+
return image_to_rgb565(img, byte_order)
|
|
1100
1126
|
|
|
1101
1127
|
# =========================================================================
|
|
1102
1128
|
# Callbacks from sub-controllers
|
|
@@ -4,11 +4,14 @@ TRCC Models - Pure data classes with no GUI dependencies.
|
|
|
4
4
|
These models can be used by any GUI framework (Tkinter, PyQt6, etc.)
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
|
+
import logging
|
|
7
8
|
from dataclasses import dataclass, field
|
|
8
9
|
from enum import Enum, auto
|
|
9
10
|
from pathlib import Path
|
|
10
11
|
from typing import Any, Callable, Dict, List, Optional, Tuple
|
|
11
12
|
|
|
13
|
+
log = logging.getLogger(__name__)
|
|
14
|
+
|
|
12
15
|
# =============================================================================
|
|
13
16
|
# Theme Model
|
|
14
17
|
# =============================================================================
|
|
@@ -271,6 +274,7 @@ class DeviceModel:
|
|
|
271
274
|
|
|
272
275
|
def detect_devices(self) -> List[DeviceInfo]:
|
|
273
276
|
"""Detect connected LCD devices."""
|
|
277
|
+
log.debug("DeviceModel: scanning for devices...")
|
|
274
278
|
try:
|
|
275
279
|
from ..scsi_device import find_lcd_devices
|
|
276
280
|
raw_devices = find_lcd_devices()
|
|
@@ -289,12 +293,17 @@ class DeviceModel:
|
|
|
289
293
|
device_index=d.get('device_index', 0),
|
|
290
294
|
protocol=d.get('protocol', 'scsi'),
|
|
291
295
|
device_type=d.get('device_type', 1),
|
|
296
|
+
implementation=d.get('implementation', 'generic'),
|
|
292
297
|
)
|
|
293
298
|
for d in raw_devices
|
|
294
299
|
]
|
|
295
300
|
except ImportError:
|
|
296
301
|
self.devices = []
|
|
297
302
|
|
|
303
|
+
log.info("DeviceModel: found %d device(s)", len(self.devices))
|
|
304
|
+
for d in self.devices:
|
|
305
|
+
log.debug(" %s [%04X:%04X] %s res=%s", d.name, d.vid, d.pid, d.protocol, d.resolution)
|
|
306
|
+
|
|
298
307
|
if self.on_devices_changed:
|
|
299
308
|
self.on_devices_changed()
|
|
300
309
|
|
|
@@ -17,6 +17,7 @@ Supported devices (HID LED — RGB controllers, auto-detected when plugged in):
|
|
|
17
17
|
- Winbond: VID=0x0416, PID=0x8001 (64-byte reports)
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
+
import logging
|
|
20
21
|
import os
|
|
21
22
|
import re
|
|
22
23
|
import subprocess
|
|
@@ -25,6 +26,8 @@ from typing import List, Optional
|
|
|
25
26
|
|
|
26
27
|
from .paths import find_scsi_devices as _find_sg_entries
|
|
27
28
|
|
|
29
|
+
log = logging.getLogger(__name__)
|
|
30
|
+
|
|
28
31
|
|
|
29
32
|
@dataclass
|
|
30
33
|
class DetectedDevice:
|
|
@@ -164,9 +167,11 @@ def run_command(cmd: List[str]) -> str:
|
|
|
164
167
|
def find_usb_devices() -> List[DetectedDevice]:
|
|
165
168
|
"""Find all USB LCD devices using lsusb"""
|
|
166
169
|
devices = []
|
|
170
|
+
log.debug("Scanning USB devices via lsusb...")
|
|
167
171
|
output = run_command(['lsusb'])
|
|
168
172
|
|
|
169
173
|
if not output:
|
|
174
|
+
log.debug("lsusb returned no output")
|
|
170
175
|
return devices
|
|
171
176
|
|
|
172
177
|
# Parse lsusb output
|
|
@@ -192,6 +197,8 @@ def find_usb_devices() -> List[DetectedDevice]:
|
|
|
192
197
|
# Get USB path
|
|
193
198
|
usb_path = f"{int(bus)}-{device}"
|
|
194
199
|
|
|
200
|
+
log.debug("Found known device: %04X:%04X %s (%s)",
|
|
201
|
+
vid, pid, device_info["vendor"], device_info.get("protocol", "scsi"))
|
|
195
202
|
devices.append(DetectedDevice(
|
|
196
203
|
vid=vid,
|
|
197
204
|
pid=pid,
|
|
@@ -205,6 +212,7 @@ def find_usb_devices() -> List[DetectedDevice]:
|
|
|
205
212
|
device_type=int(device_info.get("device_type", 1)),
|
|
206
213
|
))
|
|
207
214
|
|
|
215
|
+
log.debug("USB scan found %d known device(s)", len(devices))
|
|
208
216
|
return devices
|
|
209
217
|
|
|
210
218
|
|
|
@@ -322,23 +330,29 @@ def find_scsi_usblcd_devices() -> List[DetectedDevice]:
|
|
|
322
330
|
|
|
323
331
|
def detect_devices() -> List[DetectedDevice]:
|
|
324
332
|
"""Detect all USB LCD devices and their SCSI mappings"""
|
|
333
|
+
log.debug("Starting device detection...")
|
|
325
334
|
devices = find_usb_devices()
|
|
326
335
|
|
|
327
336
|
for device in devices:
|
|
328
337
|
scsi_dev = find_scsi_device_by_usb_path(device.usb_path)
|
|
329
338
|
device.scsi_device = scsi_dev
|
|
339
|
+
if scsi_dev:
|
|
340
|
+
log.debug("Mapped %04X:%04X → %s", device.vid, device.pid, scsi_dev)
|
|
330
341
|
|
|
331
342
|
# If we found USB devices but none have SCSI mappings, try sysfs fallback
|
|
332
343
|
if devices and not any(d.scsi_device for d in devices):
|
|
333
|
-
|
|
344
|
+
log.debug("No SCSI mappings found, trying sysfs fallback...")
|
|
334
345
|
scsi_devices = find_scsi_usblcd_devices()
|
|
335
346
|
if scsi_devices and scsi_devices[0].scsi_device:
|
|
336
347
|
devices[0].scsi_device = scsi_devices[0].scsi_device
|
|
337
348
|
|
|
338
349
|
# Fallback: scan SCSI devices directly for USBLCD if no USB devices found
|
|
339
350
|
if not devices:
|
|
351
|
+
log.debug("No USB devices found, scanning SCSI directly...")
|
|
340
352
|
devices = find_scsi_usblcd_devices()
|
|
341
353
|
|
|
354
|
+
log.info("Detected %d device(s): %s", len(devices),
|
|
355
|
+
", ".join(f"{d.vendor_name} {d.product_name} [{d.protocol}]" for d in devices) or "none")
|
|
342
356
|
return devices
|
|
343
357
|
|
|
344
358
|
|
|
@@ -18,10 +18,13 @@ Usage::
|
|
|
18
18
|
protocol.send_led_data(colors, is_on, True, 100) # LED devices
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
+
import logging
|
|
21
22
|
from abc import ABC, abstractmethod
|
|
22
23
|
from dataclasses import dataclass, field
|
|
23
24
|
from typing import Callable, Dict, List, Optional, Tuple
|
|
24
25
|
|
|
26
|
+
log = logging.getLogger(__name__)
|
|
27
|
+
|
|
25
28
|
# =========================================================================
|
|
26
29
|
# DeviceProtocol ABC — the contract both SCSI and HID implement
|
|
27
30
|
# =========================================================================
|
|
@@ -134,6 +137,7 @@ class ScsiProtocol(DeviceProtocol):
|
|
|
134
137
|
def send_image(self, image_data: bytes, width: int, height: int) -> bool:
|
|
135
138
|
try:
|
|
136
139
|
from .scsi_device import send_image_to_device
|
|
140
|
+
log.debug("SCSI send: %d bytes to %s (%dx%d)", len(image_data), self._path, width, height)
|
|
137
141
|
success = send_image_to_device(self._path, image_data, width, height)
|
|
138
142
|
self._notify_send_complete(success)
|
|
139
143
|
return success
|
|
@@ -197,6 +201,7 @@ class HidProtocol(DeviceProtocol):
|
|
|
197
201
|
"""
|
|
198
202
|
try:
|
|
199
203
|
if self._transport is None:
|
|
204
|
+
log.debug("Opening HID transport: %04X:%04X (type %d)", self._vid, self._pid, self._device_type)
|
|
200
205
|
self._transport = self._create_transport()
|
|
201
206
|
self._transport.open()
|
|
202
207
|
self._notify_state_changed("transport_open", True)
|
|
@@ -207,9 +212,16 @@ class HidProtocol(DeviceProtocol):
|
|
|
207
212
|
elif self._device_type == 3:
|
|
208
213
|
handler = HidDeviceType3(self._transport)
|
|
209
214
|
else:
|
|
215
|
+
log.warning("Unknown HID device type: %d", self._device_type)
|
|
210
216
|
return None
|
|
211
217
|
|
|
212
218
|
self._handshake_info = handler.handshake()
|
|
219
|
+
if self._handshake_info:
|
|
220
|
+
log.info("HID handshake OK: PM=%s, FBL=%s, resolution=%s",
|
|
221
|
+
self._handshake_info.mode_byte_1, self._handshake_info.fbl,
|
|
222
|
+
self._handshake_info.resolution)
|
|
223
|
+
else:
|
|
224
|
+
log.warning("HID handshake returned None")
|
|
213
225
|
self._notify_state_changed("handshake_complete", True)
|
|
214
226
|
return self._handshake_info
|
|
215
227
|
except Exception as e:
|
|
@@ -518,14 +530,18 @@ class DeviceProtocolFactory:
|
|
|
518
530
|
implementation = getattr(device_info, 'implementation', '')
|
|
519
531
|
|
|
520
532
|
if protocol == 'scsi':
|
|
533
|
+
log.info("Creating ScsiProtocol for %s", device_info.path)
|
|
521
534
|
return ScsiProtocol(device_info.path)
|
|
522
535
|
elif protocol == 'hid':
|
|
523
536
|
# LED devices use a different protocol than LCD HID devices
|
|
524
537
|
if implementation == 'hid_led':
|
|
538
|
+
log.info("Creating LedProtocol for %04X:%04X", device_info.vid, device_info.pid)
|
|
525
539
|
return LedProtocol(
|
|
526
540
|
vid=device_info.vid,
|
|
527
541
|
pid=device_info.pid,
|
|
528
542
|
)
|
|
543
|
+
log.info("Creating HidProtocol for %04X:%04X (type %d)",
|
|
544
|
+
device_info.vid, device_info.pid, getattr(device_info, 'device_type', 2))
|
|
529
545
|
return HidProtocol(
|
|
530
546
|
vid=device_info.vid,
|
|
531
547
|
pid=device_info.pid,
|
|
@@ -73,11 +73,21 @@ class LCDDeviceImplementation(ABC):
|
|
|
73
73
|
"""Delay between frames (seconds)"""
|
|
74
74
|
return 0.0
|
|
75
75
|
|
|
76
|
+
@property
|
|
77
|
+
def pixel_byte_order(self) -> str:
|
|
78
|
+
"""RGB565 byte order: '>' big-endian or '<' little-endian.
|
|
79
|
+
|
|
80
|
+
Windows TRCC ImageTo565 uses big-endian only for 320x320 (is320x320)
|
|
81
|
+
and SPIMode=2 (FBL 51/53). All other resolutions use little-endian.
|
|
82
|
+
"""
|
|
83
|
+
if (self.width, self.height) == (320, 320):
|
|
84
|
+
return '>'
|
|
85
|
+
return '<'
|
|
86
|
+
|
|
76
87
|
def rgb_to_bytes(self, r: int, g: int, b: int) -> bytes:
|
|
77
|
-
"""Convert RGB to device pixel format"""
|
|
78
|
-
# RGB565 big-endian (default)
|
|
88
|
+
"""Convert RGB to device pixel format (RGB565)."""
|
|
79
89
|
pixel = ((r & 0xF8) << 8) | ((g & 0xFC) << 3) | (b >> 3)
|
|
80
|
-
return struct.pack('
|
|
90
|
+
return struct.pack(f'{self.pixel_byte_order}H', pixel)
|
|
81
91
|
|
|
82
92
|
def detect_resolution(self, device_path: str, verbose: bool = False) -> bool:
|
|
83
93
|
"""
|
|
@@ -5,12 +5,15 @@ Combines device detection with implementation-specific protocols.
|
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import binascii
|
|
8
|
+
import logging
|
|
8
9
|
import os
|
|
9
10
|
import struct
|
|
10
11
|
import subprocess
|
|
11
12
|
import tempfile
|
|
12
13
|
from typing import Optional
|
|
13
14
|
|
|
15
|
+
log = logging.getLogger(__name__)
|
|
16
|
+
|
|
14
17
|
try:
|
|
15
18
|
from .device_detector import DetectedDevice, detect_devices, get_default_device
|
|
16
19
|
from .device_implementations import LCDDeviceImplementation, get_implementation
|
|
@@ -149,18 +152,23 @@ class LCDDriver:
|
|
|
149
152
|
if self.initialized:
|
|
150
153
|
return
|
|
151
154
|
assert self.implementation is not None
|
|
155
|
+
log.debug("Initializing LCD device at %s", self.device_path)
|
|
152
156
|
|
|
153
157
|
# Step 1: Poll device
|
|
154
158
|
poll_cmd, poll_size = self.implementation.get_poll_command()
|
|
155
159
|
poll_header = self._build_header(poll_cmd, poll_size)
|
|
160
|
+
log.debug("Poll: cmd=0x%X, size=0x%X", poll_cmd, poll_size)
|
|
156
161
|
self._scsi_read(poll_header[:16], poll_size)
|
|
157
162
|
|
|
158
163
|
# Step 2: Init
|
|
159
164
|
init_cmd, init_size = self.implementation.get_init_command()
|
|
160
165
|
init_header = self._build_header(init_cmd, init_size)
|
|
166
|
+
log.debug("Init: cmd=0x%X, size=0x%X", init_cmd, init_size)
|
|
161
167
|
self._scsi_write(init_header, b'\x00' * init_size)
|
|
162
168
|
|
|
163
169
|
self.initialized = True
|
|
170
|
+
log.info("LCD device initialized: %s (%s)", self.device_path,
|
|
171
|
+
self.implementation.name if self.implementation else "unknown")
|
|
164
172
|
|
|
165
173
|
def send_frame(self, image_data: bytes, force_init: bool = False):
|
|
166
174
|
"""
|
|
@@ -186,6 +194,7 @@ class LCDDriver:
|
|
|
186
194
|
image_data += b'\x00' * (total_size - len(image_data))
|
|
187
195
|
|
|
188
196
|
# Send chunks
|
|
197
|
+
log.debug("Sending frame: %d bytes in %d chunks", total_size, len(chunks))
|
|
189
198
|
offset = 0
|
|
190
199
|
for cmd, size in chunks:
|
|
191
200
|
header = self._build_header(cmd, size)
|