Features
- Uses screens to show information on LCD
- Background bitmap for each screen can be changed
- Information shown and it's placement in each screen can be configured
- Update interval can be changed
- Time between screen changes is configurable
- Winamp screen can be skipped if Winamp isn't running
- Configured screens can be disabled
Supported sources for information
- Motherboard Monitor 5.1.9.1
- Winamp
- Seti@Home
- Pop3 mail check
- Date
- Time
- Computer name
- Memory statistics
- Uptime
- NT Performance Counters
- System Battery Status
- Disksize
- Diskfree
- Drivetype
Other
- Supports T6963C and KS0108 based displays
- Supports two different wiring schematics for T6963C:
0 = original
1 = wiring used at gathering.tweakers.net
- CheckBusyFlag On/Off for T6963C
Features planned
- Support for more display sizes
- Support for more controllers
- Counterstrike stats
- Suggest a feature
Variables available
| Variable | Description | Size | Alignment |
| mbmtemp(nro) | mbmtemp(0), mbmtemp(1) ... | N/A | |
| mbmvolt(nro) | mbmvolt(0), mbmvolt(1)... | 4 | |
| mbmfan(nro) | mbmfan(0), mbmfan(1)... | N/A | |
| mbmmhz | CPU Mhz | N/A | |
| mbmusage(processor) | CPU Usage mbmusage(0), ... | N/A | |
| uptimed | Uptime days | 2 | |
| uptimeh | Uptime hours | 2 | |
| uptimem | Uptime minutes | 2 | |
| uptimes | Uptime seconds | 2 | |
| memtotphys | Mem Physical, Total | N/A | |
| memavphys | Mem Physical, Available | N/A | |
| memusage | Mem usage % | N/A | |
| memtotpage | Pagefile Total | N/A | |
| memavpage | Pagefile Available | N/A | |
| memtotvirt | Virtual Total | N/A | |
| memavvirt | Virtual Available | N/A | |
| computername | Name of the computer | N/A | |
| mailcount | Pop3 mailcount | N/A | |
| winampstatus | Winamp status playing, paused, stopped | N/A | |
| winamptrackpos | Winamp track position | N/A | |
| winamptracklen | Winamp track length | N/A | |
| winamptitle | Winamp title | N/A | |
| winampsamplerate | Winamp sample rate | N/A | |
| winampbitrate | Winamp bitrate | N/A | |
| winampchannels | Winamp channels, Stereo/Mono | N/A | |
| setiprog | Seti progress | 4 | L |
| setiuser | User name | N/A | |
| setinresults | Results | 6 | L |
| setitotal_cpu | Total CPU Time Years | N/A | |
| setispike | Spikes | 2 | |
| setigaussian | Gaussians | 2 | |
| setipulse | Pulses | 2 | |
| setitriplet | Triplets | 2 | |
| weekday | Name of the weekday | 11 | L |
| date | Date | 10 | L |
| time | Time | 8 | L |
| omaip | IP | N/A | |
| bat_acline | System Battery Status - Online/Offline | | |
| bat_charge | High/Low/Critical/Charging/No Battery | | |
| bat_lifepercent | Percent battery life remaining | | |
| bat_lifetime | Battery lifetime remaining | | |
| bat_fulllifetime | Full battery lifetime | | |
| winver | winnt/win9x | | |
| diskfree(path) | usage: diskfree(c:\) | | |
| disksize(path) | usage: disksize(c:\) | | |
| drivetype(path) | Removable/Fixed/Remote/CDROM/RamDisk/Unknown | | |
| | | |
Example of LCDINFO.INI
[Port]
Base=0x378
Wiring=0
CheckBusyFlag=0
[PDH]
Enable=1
[Pop3]
Enable=0
Update=600000
Host=
UserID=
Password=
[Seti@Home]
Interval=60000
Enable=0
Statedir=s:/seti/state.sah
Userinfodir=s:/seti/user_info.sah
Outfiledir=s:/seti/outfile.sah
[Weekdays]
0=Sunday
1=Monday
2=Tuesday
3=Wednesday
4=Thursday
5=Friday
6=Saturday
[SkipScreen]
Enable=1
;if winamp isn't running which screen to skip
NoWinamp=1
[Screens]
Update=1000
[Screen0]
Enable=1
Interval=5000
Bitmap=images\image1.bmp
Icon0=
Icon1=
Icon2=
Icon3=
Icon4=
Line0="$pdh_processor$"
Line1=" : $mbmtemp(0)$°c"
Line2=" : $mbmtemp(1)$°c"
Line3=
Line4=
Line5=" : $mbmvolt(0)$V +12V : $mbmvolt(4)$V"
Line6=" : $mbmvolt(2)$V + 5V : $mbmvolt(3)$V"
Line7=
[Screen1]
Enable=1
Interval=5000
Bitmap=images\image2.bmp
Icon0=winamp(6,14)
Icon1=
Icon2=
Icon3=
Icon4=
Line0=
Line1=" [$winampsamplerate$kHz at $winampbitrate$kb/s]"
Line2=" [$winampchannels$]"
Line3=" [ $winampstatus$ ]"
Line4=" [ $winamptrackpos$ / $winamptracklen$ ]"
Line5=" [ $winamptitle$ ]"
Line6=
Line7=
[Screen2]
Enable=1
Interval=5000
Bitmap=images\image3.bmp
Icon0=
Icon1=
Icon2=
Icon3=
Icon4=
Line0=
Line1=" [$computername$] [$omaip$]"
Line2=
Line3=" 1400@$mbmmhz$ Mhz $memusage$% Memory Used"
Line4=
Line5=" Free Phys: $memavphys$ / $memtotphys$ "
Line6=" Uptime : $uptimed$ Days $uptimeh$ Hr $uptimem$ Min $uptimes$ Sec"
Line7=
[Screen3]
Enable=1
Interval=5000
Bitmap=images\image4.bmp
Icon0=
Icon1=
Icon2=
Icon3=
Icon4=
Line0=
Line1=" $setiuser$"
Line2=" [ $setiprog$% ] Total WU's : $setinresults$"
Line3=" [Completed] Total time : $setitotal_cpu$yrs"
Line4=
Line5=" Spikes : $setispike$ Gaussians : $setigaussian$"
Line6=" Pulses : $setipulse$ Triplets : $setitriplet$"
Line7=
[Screen4]
Enable=1
Interval=5000
Bitmap=images\image5.bmp
Icon0=
Icon1=
Icon2=
Icon3=
Icon4=
Line0=
Line1=" [$weekday$ $date$ $time$]"
Line2=
Line3=
Line4=
Line5=" You've got $mailcount$ mail(s) "
Line6=
Line7=
Screenshots
|