Download Version 1.0 |
Introduction |
Installation |
Usage |
Revisions
Introduction
HTwoBar.dll is a LCD Smartie plug-in to display
two horizontal bars in a single line. You can customize how many characters the line is and
although it uses 4 custom characters you can specify exactly what custom chars to use.
Installation
HTwoBar.dll should be placed in the 'plugins' subdirectory of the LCD
Smartie installation directory.
It requires that the Visual 2005 redistributable package is installed on the
executing computer. If necessary, this package can be downloaded from
Microsoft's site.
Usage
FUNCTION 1 - Only 1 function is used and it has the following parameters:
Usage: $dll(HTwoBar.dll,1,a#b#c#d#e,value1#total1#value2#total2)
Where:
a: The length of the bar in characters
b: The custom character to display a FULL BLOCK (This one is safe to reuse between two HTwoBar calls)
c: The custom character to display a partial bar with data on both graphs (Dynamicly changed on every view)
d: The custom character to display a partial bar on only one graph (Dynamicly changed on every view)
e: The custom character to display either a top bar or a bottom bar. (Dynamicly changed on every view)
example:
$dll(HTwoBar,1,10#5#6#7#4,$MemF%#100#$CPUUsage%#100)
The above will show a graph of percent memory used over percent CPU in use.
It will be ten characters long and use custom characters 4,5,6,7.
Revision Information
Downloads
- Version 1.0: zip (7.3kb) (Source available upon request)