Wiki source code of Custom Logo
Last modified by Austin Weygandt on 2026/04/09 19:53
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
15.1 | 1 | {{box title="**CONTENTS**"}} |
| 2 | {{toc/}} | ||
| 3 | {{/box}} | ||
| |
9.1 | 4 | |
| |
15.1 | 5 | (% class="row" %) |
| 6 | ((( | ||
| 7 | = Custom Logo Guidelines = | ||
| 8 | |||
| |
21.1 | 9 | To use a custom logo in your ShowRunnerCLC™ project, you should first create a custom logo per the following guidelines. |
| |
6.1 | 10 | |
| |
21.1 | 11 | {{warning}} |
| 12 | Note that custom logos accessed via the Control Subnet require the processor to have a valid LAN Ip Address and SR verision 3.71+ to work. (0.0.0.0 is invalid) | ||
| 13 | {{/warning}} | ||
| 14 | |||
| |
8.3 | 15 | 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. |
| |
8.2 | 16 | |
| |
8.1 | 17 | * TSW-770 and TSW-1060 screens have an aspect ratio of 16:10 and a native resolution of 1280x800. |
| |
17.1 | 18 | * TSW-1070 screens have an aspect ratio of 16:10 and a native resolution 1920x1200. |
| |
8.3 | 19 | * TSW-760 screens have an aspect ratio of 17:10 and a native resolution of 1024x600. |
| |
6.1 | 20 | |
| |
15.1 | 21 | = Loading a Custom Logo to the Processor = |
| |
8.1 | 22 | |
| |
8.3 | 23 | Once a custom logo has been created, it must be loaded to the processor (not to the touchscreen itself). |
| |
8.1 | 24 | |
| |
8.3 | 25 | * Start Crestron Toolbox and open the File Manager tool |
| 26 | * Connect to the lighting control processor that the TSW touch screen is pointed at | ||
| 27 | * Select "Internal Flash" from the list on the left | ||
| 28 | * Select "HTML" from the list on the left | ||
| |
19.1 | 29 | ** 4-Series processors have a lowercase "html" folder that must be used instead: the correct folder for any processor can be identified by the presence of other ShowRunnerCLC™ files, such as "sr.html", "CI_ShowRunner_CrestronApp.zip", etc. |
| |
10.1 | 30 | * Right-click in an empty area on the right and select "Copy File(s) From..." |
| |
8.3 | 31 | * Select your custom logo .png file and load it to the processor |
| |
8.1 | 32 | |
| 33 | [[image:1591724546339-953.png]] | ||
| 34 | |||
| |
15.1 | 35 | = Updating the Lighting Configuration File = |
| |
8.1 | 36 | |
| |
8.3 | 37 | Once the logo has been loaded to the processor, it is necessary to update the lighting configuration file. |
| 38 | |||
| |
9.1 | 39 | * First, pull the configuration file using either ShowRunner's File Management page (recommended), or pull it directly from the processor using Toolbox's File Manager tool. |
| 40 | ** If using Toolbox's File Manager tool, the config will be located in one of two places: | ||
| 41 | "NVRAM/sr/default/SrConfig.json" for ShowRunner versions 3.011 and newer | ||
| 42 | "NVRAM/CiLightingConfig.json" for ShowRunner versions 3.010 and older | ||
| 43 | * Open the configuration file in a text editor and the locate the "CustomLogoFile" line towards the bottom of the config: | ||
| |
6.1 | 44 | [[image:1591724611629-257.png]] |
| |
9.1 | 45 | * Change the value ##null ##to the name of your custom logo file: |
| |
6.1 | 46 | [[image:1591724595422-172.png]] |
| |
9.1 | 47 | * Save the updated configuration file |
| |
16.1 | 48 | * Load the updated configuration file to your processor using either ShowRunnerCLC's™ File Management page or using Toolbox |
| |
9.1 | 49 | ** If using Toolbox, navigate to either: |
| |
16.1 | 50 | "NVRAM/sr/default" for ShowRunnerCLC™ versions 3.011 and newer |
| |
9.1 | 51 | "NVRAM" for ShowRunner versions 3.010 and older |
| |
10.1 | 52 | ** Open Text Console and connect to the processor and type the## progreset## command and then press enter to restart the processor and finish loading the config |
| |
11.1 | 53 | |
| |
15.1 | 54 | = Custom Logos on Processors with Authentication Enabled = |
| |
11.1 | 55 | |
| |
12.1 | 56 | If your project is running on a 3-series with authentication enabled or a 4-series with user page authentication enabled, you will need to follow [[these additional steps>>doc:SHOWRUNNER™ User Guide & Wiki.SHOWRUNNER™ Appendix.Resolving Custom Logo Not Loading on Touchscreens with Authentication on processor Enabled.WebHome]]. |
| |
15.1 | 57 | ))) |