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 Plugin Update Request

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
s3cur17y
Posts: 11
Joined: February 2nd, 2006, 10:01 pm
Location: Catawba, Ohio
Contact:

Winamp Plugin Update Request

Post by s3cur17y »

Hi,

Currently I am using the winamp plugin to see the spectum on my VFD. I was wondering if it would be possible to make it so that the CrystalFont displays have a full size gapless spectrum...

example

Code: Select all

$dll(winamp,1,2x16,u#101)
$dll(winamp,2,2x16,u#101)

HartleyC
Posts: 6
Joined: January 28th, 2007, 9:02 pm
Location: London

Re: Winamp Plugin Update Request

Post by HartleyC »

s3cur17y wrote: example

Code: Select all

$dll(winamp,1,2x16,u#101)
$dll(winamp,2,2x16,u#101)
Hi, looks like you're trying to use a tiny graph style (101) but these have a max width of 8 characters (you've specified 16). Try:

$dll(winamp,1,2x16,u#2)
$dll(winamp,2,0,0)

If all else fails, there's a lot of good info at:
http://lcdsmartie.sourceforge.net/winampplugin.html

Post Reply