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

8Level 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

8Level Bar

Post by Rafael »

[beta release]

This is another horizontal bar, but, with 8 levels.

Usage:

$dll(RafaBar2,1,min#max#atual,orientation)

Where:

min
Lower value of scale (number = any)

max
Higher value of scale (number = any)

actual
Atual value of scale (number = any)

orientation
Direction of scale (string = "lr" or "rl")
lr -> Left to Right
rl -> Right to Left

Example:

$dll(RafaBar2,1,0#100#$CPUUsage%,lr)
$dll(RafaBar2,1,0#100#$CPUUsage%,rl)

Picture:

Image

Suggestions:

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

valent43
Posts: 7
Joined: September 25th, 2010, 8:57 pm

Re: 8Level Bar

Post by valent43 »

great!!
on my display i can only see 6bars +0, so one is missing, but it's fine

Lancevv
Posts: 21
Joined: August 28th, 2009, 10:27 pm

Re: 8Level Bar

Post by Lancevv »

Hello

Im trying to get this bar next to my core temps..using aida64 plugin I can change up to whatever plugin is needed if someone knows better NP.

So I have perf, plugin also working fine.
I do not have the knowledge to put my temps in bar graph style.

I would like to see on the lcd screen

Core #1 28c which I have done,,, then next to the core#1 28c,,, this 8 level bar mimicking the core 1 temp in the bar.

Any help on how to????
Am I going about this completely the wrong way?

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Re: 8Level Bar

Post by limbo »

Just an example: $dll(RafaBar2,1,0#100#$dll(aida,2,TCC-1-1,),lr)

Lancevv
Posts: 21
Joined: August 28th, 2009, 10:27 pm

Re: 8Level Bar

Post by Lancevv »

Thank you for the Quick response.

Seeing the line syntax has opened up a new world for me....Bar city LOL LOL
I can see now how to use any bar pretty much-- Bar Dll and next Dll to fetch what you wish.

Seeing it ...now makes perfect sense.

Thanks again for your time and effort.

Im now off to bugger up and install spectrum anaylizer for media player...OMG
:wink:

wish me luck :smt006

Post Reply