lcdemu.ini
Last
update:
This
information is for v2.3.1+. Older v2.3.0 information here.
All MokCC information is saved
in to "databases" which are saved in simple text
format. To edit these, use a text editor you like.
lcdemu.ini
These are the main settings for the system.
|
Section / parameter |
Description |
|
[MOK] |
Section tag |
|
LCD |
This makes the selection between comport (=real LCD) or emulator (=windows screen). 1=comport LCD=1 |
|
ComPort |
The com port where the LCD is connected to. Possible settings normally are com1 and com2 ComPort=com1 |
|
ScrollDelay |
How
long, in seconds, a line of text waits before starting to scroll
(ScrollText needs to be active). This makes long text a bit more
readable as you'll see the beginning of the text instead of the a
random place you usually get. ScrollDelay=0 |
|
clockBmp |
The
file to use for showing the big clock. clockBmp=ClockNumbers00.bmp |
|
bwLimit |
The
limit to use when converting 32bit color pictures to 1 bit. This
number is between 0-255. Each color in the picture is changed to
256 grayscale. Every color above the bwLimit is printed as black,
and every color below bwLimit is white. bwLimit=145 |
|
ScreenSaver |
It
is possible to select different modules to be run as the screen
saver. There is a set of screensavers available: ScreenSaver=1 |
|
ScreenSaverTime |
The
time, in seconds, when screen saver is activated. Screen saver
runs only from mainmenu after ScreenSaverTime. ScreenSaverTime=360 |
|
ThemeName |
<TBD> For more information on how to configure a theme, see here: ThemeName=blue_jani |
|
ThemePath |
<TBD> For more information on how to configure a theme, see here: ThemePath=..\mod_tvgui\themes\blue_jani\lcd\ |