Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

4 row Vertical Bar

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Rafael
Plugin Author
Posts: 71
Joined: November 22nd, 2005, 7:12 pm
Location: Curitiba, Paran?, Brazil

4 row Vertical Bar

Post by Rafael »

[beta release]

This is another vertical bar, but, must be used in 4 row display.

Usage:

$dll(RafaBar1,line,min#max#atual,index)
$dll(RafaBar1,line,,index)

Where:

line
Line 1 is the top row, main function (number = 1 to 4)

min
Lower value of scale (number = any)

max
Higher value of scale (number = any)

actual
Atual value of scale (number = any)

index
You can use up to 40 bars in the same screen (number = 1 to 40)

Example:

$dll(RafaBar3,1,0#100#$CPUUsage%,1)
$dll(RafaBar3,2,,1)
$dll(RafaBar3,3,,1)
$dll(RafaBar3,4,,1)

Picture:

Image

Suggestions:

Are wellcome...
You do not have the required permissions to view the files attached to this post.

Post Reply