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

$bar with c.mee for meedio - can I change it?

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
fallenturtle
Posts: 5
Joined: September 21st, 2005, 4:06 pm

$bar with c.mee for meedio - can I change it?

Post by fallenturtle »

I really don't like how the progress bar render via $bar looks. I see that its made using certain characters but I was wondering if there is a way that I can change what characters $bar uses. If I have to send it a command, do I have to do this through C.Mee or can I do it directly in Smartie?

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

Post by limbo »

maybe you can do it with demo.dll...


Function 9:
9 is for converting the output from $bar so that _ and the full block can be changed to other characters (such as custom defined characters...)

Usage is: $dll(demo,9,[string],[char1][char2])
example: $dll(demo,9,$Bar($CPUUsage%,100,10),AB)
This would cause a bar graph to be displayed but instead of _ a B will appear, and instead of a full block a A will appear. This can be used with other commands than $Bar.
fallenturtle
Posts: 5
Joined: September 21st, 2005, 4:06 pm

Post by fallenturtle »

Would I do this from C.Mee or from Smartie?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

This is a LCD Smartie plug-in... So.... :smt102
Post Reply