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

my 4x20 screens

Here you can post your screen ideas and your skins.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
lucas_siglo21
Posts: 71
Joined: November 18th, 2007, 6:11 pm
Location: Bariloche, Argentina
Contact:

my 4x20 screens

Post by lucas_siglo21 »

Screen1:
it shows cpu usage histogram, cpu
gpu usage histogram, gpu
ram usage, download speed(kb/s), upload speed(kb/s)

Code: Select all

|$dll(perf,1,2x15#u#1#8#0#100#\Procesador(_Total)\% de tiempo de procesador,aa)|CPU

|$dll(perf,2,aa,1)|$dll(cien,1,$dll(perf,4,8,\Procesador(_Total)\% de tiempo de procesador)%,)

G[$dll(grafic,1,$dll(everest,1,SGPU1UTI,VALUE),14)]$dll(cien,1,$dll(everest,1,SGPU1UTI,VALUE)%,)

RAM:$dll(cien,1,$MemU%%,)$Fill(8)Dn:$dll(Splitter,1,($NetSpDownK(2)),0#???)$Fill(14)Up:$dll(Splitter,1,($NetSpUpK(2)),0#???)
Image


NOTE: this screen uses like 3 plugins made by myself, it also uses everest plugin and perf plugin, you can download all them below

------------------------------------

Screen2:

Code: Select all

$Time(dddd d)

de $Time(mmmm)

$dll(bignum,2,1#2,$Time(hh:nn:ssAM/PM))

$dll(bignum,2,2#2,$Time(hh:nn:ssAM/PM))
Image

It is in spanish but you can change it :D

Plugins: Bignum

-----------------------------

PD:
the grafic plugin(yes, with "F") makes an histogram, you must give it the number from 0 to 100 and the length of the histogram and it makes it
$dll(graphic,1,number,length)
(for some reason you can use it only one time per screen)
you must write your own special chars(i am lazy), in this case it is being done by the perf plugin
Splitter plugin splits a sting
$dll(splitter,String,part#separator)
??? is a special case where the separator is "," in that case you must use parenthesis with the string
cien plugin removes the "%" char if the input is "100%" so you can show a porcentage with only 3 chars, else it shows the complete string.
$dll(cien,1,String,)

All plugins you need for these screens are here

Post Reply