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

Winamp Screeny

Here you can post your screen ideas and your skins.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Chrisss
Posts: 11
Joined: February 12th, 2006, 7:56 pm

Winamp Screeny

Post by Chrisss »

A screen for Winamp
4x20 LCD
plugins used:
sandr.dll
splittitle.dll
winamp.dll

LCD Smartie code:

$dll(splittitle.dll,1,$WinampTitle,3)
$dll(splittitle.dll,2,$WinampTitle,3) **
$WinampPosition(15) $WinampKBPS
$dll(winamp,1,1x7,u#99) $WinampPosh $dll(sandr.dll,1,$WinampStat,) $Fill(17)$Chr(263)


Search and replace code:

[Search1]
1=playing
2=stopped
3=paused

[Replace1]
1=$CustomChar(8,0,4,6,7,6,4,0,0)
2=$CustomChar(8,0,31,31,31,31,31,0,0)
3=$CustomChar(8,0,10,10,10,10,10,0,0)


Image

Track title on seperate lines
Position bar and bitrate
Mini vis, time and icon showing Winamp play status

Chris!

ReverseEngineered
Plugin Author
Posts: 192
Joined: January 18th, 2006, 11:09 pm
Location: Saskatoon, Saskatchewan, Canada

Post by ReverseEngineered »

Damn hot, I like it. I'll definitely be adopting that one (once I get my uber-display finished). (Note: expect to see build-your-own Matrix Orbital plans soon.)

ReverseEngineered
Plugin Author
Posts: 192
Joined: January 18th, 2006, 11:09 pm
Location: Saskatoon, Saskatchewan, Canada

Post by ReverseEngineered »

Actually, a couple of suggestions:
- Center the play icon
- Change it so that "paused" actually shows a pause symbol

Try this:
[Replace1]
1=$CustomChar(8,0,8,12,14,12,8,0,0)
2=$CustomChar(8,0,31,31,31,31,31,0,0)
3=$CustomChar(8,0,27,27,27,27,27,0,0)

Post Reply