Changing the appearance of the app: Difference between revisions

From LabNation Wiki
Jump to navigation Jump to search
(Created page with "The SmartScope software contains a couple of features which allow you to slightly tune its appearance to your liking. =Changing color mode= At this moment, the SmartScope soft...")
 
mNo edit summary
Line 9: Line 9:
The default thickness in which your waves are rendered is determined automatically, but you can also set this manually. To do so, go to Menu -> System -> UI Size and select Decrease/Increase wave thickness:
The default thickness in which your waves are rendered is determined automatically, but you can also set this manually. To do so, go to Menu -> System -> UI Size and select Decrease/Increase wave thickness:
<br>[[File: AppThickness.png]]<br>
<br>[[File: AppThickness.png]]<br>
=Changing the colors of the waveforms=
You can define the colors of the waveforms in the XML file which contains the settings.
<br><br>Inside this .xml file, find either WaveColorsNormal or WaveColorsDark, and then find the waveform you want to change the colors of. <br>This is done by specifying the ABGR (Alpha,Blue,Green,Red) values between 0 and 255 directly. It is recommended to leave the A(alpha) value at 255.
<br><br> The location of this .xml file can be found in the [[First aid kit]].

Revision as of 12:23, 22 August 2019

The SmartScope software contains a couple of features which allow you to slightly tune its appearance to your liking.

Changing color mode

At this moment, the SmartScope software comes in two color schemes, the bright ‘Default’ mode and the ‘Dark’ mode. You can change between color mode at any moment during operation. To do so, go to Menu -> System -> Color scheme and pick the color mode of your choice.
AppColorMode.png

Changing the size of the GUI elements

Determining the size of all interface elements is not so straightforward, because we need to support low resolutions on large PC monitors, as well as ultra-high resolutions on tiny smartphones. We have our algorithms, but in case you would prefer larger/small icons you can adjust your settings by 2 degrees (larger or smaller). Simply go to Menu -> System -> UI Size and try which one you prefer.
AppSize.png

Waveform thickness

The default thickness in which your waves are rendered is determined automatically, but you can also set this manually. To do so, go to Menu -> System -> UI Size and select Decrease/Increase wave thickness:
AppThickness.png

Changing the colors of the waveforms

You can define the colors of the waveforms in the XML file which contains the settings.

Inside this .xml file, find either WaveColorsNormal or WaveColorsDark, and then find the waveform you want to change the colors of.
This is done by specifying the ABGR (Alpha,Blue,Green,Red) values between 0 and 255 directly. It is recommended to leave the A(alpha) value at 255.

The location of this .xml file can be found in the First aid kit.