Wiki source code of Custom Logo
Version 8.3 by Alexander Mott on 2021/12/21 22:43
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | To use a custom logo in your ShowRunner project, you should first create a custom logo per the following guidelines. | ||
2 | |||
3 | Custom logos should have a white background and be in .png format with a resolution of 1280x800 for compatibility with the widest range of of touch screens. | ||
4 | |||
5 | * TSW-770 and TSW-1060 screens have an aspect ratio of 16:10 and a native resolution of 1280x800. | ||
6 | * TSW-1070 screens have an aspect ratio of 16:10 and a native resolution 1920x1080. | ||
7 | * TSW-760 screens have an aspect ratio of 17:10 and a native resolution of 1024x600. | ||
8 | |||
9 | |||
10 | Once a custom logo has been created, it must be loaded to the processor (not to the touchscreen itself). | ||
11 | |||
12 | * Start Crestron Toolbox and open the File Manager tool | ||
13 | * Connect to the lighting control processor that the TSW touch screen is pointed at | ||
14 | * Select "Internal Flash" from the list on the left | ||
15 | * Select "HTML" from the list on the left | ||
16 | * Right-click in an empty area on the and select "Copy File(s) From..." | ||
17 | * Select your custom logo .png file and load it to the processor | ||
18 | |||
19 | [[image:1591724546339-953.png]] | ||
20 | |||
21 | |||
22 | Once the logo has been loaded to the processor, it is necessary to update the lighting configuration file. | ||
23 | |||
24 | Change the "CustomLogoFile" in "CiLightingConfig.json" file provided by Chief Integrations. | ||
25 | |||
26 | * "null" will be changed to the file name .png | ||
27 | |||
28 | [[image:1591724611629-257.png]] | ||
29 | |||
30 | [[image:1591724595422-172.png]] | ||
31 | |||
32 | * Save updated config file | ||
33 | * Open File Manager app in Toolbox | ||
34 | * Select NVRAM folder | ||
35 | * Right-click and Copy File(s) From... | ||
36 | * Select "CiLightingConfig.json" | ||
37 | |||
38 |