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

problem with the perf plugin

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

problem with the perf plugin

Post by zerocode »

hi, i'm new here (and i'm brazilian, s? my english is not so good) i'm use a lcd smartie on my 2x16 lcd, and i can install and use the winamp plugin, but when i try to use the perf plugin, the program show this message: Bad Counter. i'm read in another forum about this error and i see that can be because the language of the OS (my OS is windows xp sp2 in portuguese) how i fix this bug?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

U have to use the perfomonitor utility of your system to get the correct name of the counters.
Go to ''Start'' > ''Run'' and write ''Perfmon'' and after that OK
read this:
http://www.lansley.co.uk/forum/phpBB2/v ... c.php?t=51
and this:
http://lcdsmartie.sourceforge.net/PerfPlugin.html
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Post by zerocode »

tanks a loot men!! i can make my plugin run!
but i have a doubt, on the screens at the page os this plugin have a lcd with a sidebars cools, like this:

Image

and i try to but on my lcd some like this but i can't, this side bars is for some lcd or is a code?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

The bars are generated by LCD Smartie using custom characters.
Does your LCD module support them?
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Post by zerocode »

i don't know, how i make to know this?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Heck that's easy! :lol:
Use the following line in a blank configuration:
$CustomChar(1,2,4,8,16,2,4,8,16)$Chr(176)

Do you see two diagonial lines like // in your display?
Also read the command ref for more:
http://lcdsmartie.sourceforge.net/commands.html
zerocode
Posts: 22
Joined: May 21st, 2006, 2:52 am
Location: Brazil

Post by zerocode »

yeah i can see the // on my lcd, but i can't implement on my comand line, i use the comand like this:

line 1: CPU @ $CPUSpeed MHz
line2: $dll(perf,4,5,\Processador(0)\% tempo de processador)% [$dll(perf,1,2x8#u#5#2#2#50#\Processador(0)\% tempo de processador,CPU)]

but i see on the page a cool char "$Chr(124)", how i put this character on this barstyle? can u understand me? :lol:
Post Reply