Lcd.ini
From Mok HTPC wiki
| Section / parameter | Description | Example |
|---|---|---|
| [LCD] | This is the main section. | [LCD] |
| ScrollDelay | The time LCD will wait before starting to scroll a text that does not fit on the screen. 0 = scrolling disabled | ScrollDelay=2 |
| ScreenSaverTime | The time in seconds after which the screen saver is shown on the screen. 0 = screensaver disabled (Not used in v2.3.3) | ScreenSaverTime=150 |
| Section / parameter | Description | Example |
|---|---|---|
| [DRIVER] | This is the section where you define the drivers that are to loaded. | [DRIVER] |
| drivername.dll | ... | .\lcdemu.dll |
[edit]
Common driver.ini
Each of the drivers have these defined.
| Section / parameter | Description | Example |
|---|---|---|
| Columns | .. | Columns=20 |
| Rows | .. | Rows=16 |
| Width | .. | Width= |
| Height | .. | Height= |
